Thumb-2: Implementation of the unified start-up and exceptions code
[deliverable/linux.git] / arch / arm / kernel / unwind.c
index dd56e11f339a90a6ced93236f16b0121cd07fa3e..39baf1128bfa16c82a805ce668cc797e9d82e44e 100644 (file)
@@ -62,7 +62,11 @@ struct unwind_ctrl_block {
 };
 
 enum regs {
+#ifdef CONFIG_THUMB2_KERNEL
+       FP = 7,
+#else
        FP = 11,
+#endif
        SP = 13,
        LR = 14,
        PC = 15
This page took 0.02961 seconds and 5 git commands to generate.