x86/irq/64: Split the IRQ stack into its own pages
[linux-2.6-block.git] / arch / x86 / kernel / asm-offsets_64.c
index f5281567e28ef70a4a00d87963ee4166b1bbb04c..d3d075226c0aa39761e9f4a33ae05cec321d36d7 100644 (file)
@@ -73,7 +73,7 @@ int main(void)
        BLANK();
 
 #ifdef CONFIG_STACKPROTECTOR
-       DEFINE(stack_canary_offset, offsetof(union irq_stack_union, stack_canary));
+       DEFINE(stack_canary_offset, offsetof(struct fixed_percpu_data, stack_canary));
        BLANK();
 #endif