]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/doublefault_32.c
MIPS: Make BUG() __noreturn.
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / doublefault_32.c
index a47798b59f07e82205cc6f24d2e4ccc5f0cb6db7..b4f14c6c09d9b12971c1673ebac761515e91a4be 100644 (file)
@@ -66,6 +66,6 @@ struct tss_struct doublefault_tss __cacheline_aligned = {
                .ds             = __USER_DS,
                .fs             = __KERNEL_PERCPU,
 
-               .__cr3          = __pa(swapper_pg_dir)
+               .__cr3          = __pa_nodebug(swapper_pg_dir),
        }
 };