]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/head_44x.S
[POWERPC] Move to runtime allocated exception stacks
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / head_44x.S
index c2b9dc4fce5d24a4021972f5337d66828faca918..47ea8affad232e08f880a69490841069e4133fe8 100644 (file)
@@ -737,15 +737,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
-       .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.