]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/head_fsl_booke.S
[POWERPC] Move to runtime allocated exception stacks
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / head_fsl_booke.S
index e581524d85bc9ee040bef175426d85c4a03b0cc6..503f86030b6eff6243dac7fbc3c0914960a2cda6 100644 (file)
@@ -1080,15 +1080,6 @@ empty_zero_page:
 swapper_pg_dir:
        .space  PGD_TABLE_SIZE
 
-/* Reserved 4k for the critical exception stack & 4k for the machine
- * check stack per CPU for kernel mode exceptions */
-       .section .bss
-       .align 12
-exception_stack_bottom:
-       .space  BOOKE_EXCEPTION_STACK_SIZE * NR_CPUS
-       .globl  exception_stack_top
-exception_stack_top:
-
 /*
  * Room for two PTE pointers, usually the kernel and current user pointers
  * to their respective root page table.