Merge branch 'x86/apic' into perfcounters/core
[cascardo/linux.git] / arch / x86 / kernel / doublefault_32.c
index 395acb1..b4f14c6 100644 (file)
@@ -66,6 +66,6 @@ struct tss_struct doublefault_tss __cacheline_aligned = {
                .ds             = __USER_DS,
                .fs             = __KERNEL_PERCPU,
 
-               .__cr3          = __phys_addr_const((unsigned long)swapper_pg_dir)
+               .__cr3          = __pa_nodebug(swapper_pg_dir),
        }
 };