x86/fpu: Rename XSAVE macros
[deliverable/linux.git] / arch / x86 / kernel / traps.c
index 346eec73f7db408e95eaf3d682ded2844828d739..0cd2ac5c0f2844825f9904aa62714f9d0e52ed98 100644 (file)
@@ -384,7 +384,7 @@ dotraplinkage void do_bounds(struct pt_regs *regs, long error_code)
         * which is all zeros which indicates MPX was not
         * responsible for the exception.
         */
-       bndcsr = get_xsave_field_ptr(XSTATE_BNDCSR);
+       bndcsr = get_xsave_field_ptr(XFEATURE_MASK_BNDCSR);
        if (!bndcsr)
                goto exit_trap;
 
This page took 0.031152 seconds and 5 git commands to generate.