patch-2.4.19 linux-2.4.19/arch/arm/kernel/entry-header.S

Next file: linux-2.4.19/arch/arm/kernel/init_task.c
Previous file: linux-2.4.19/arch/arm/kernel/entry-armv.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/arm/kernel/entry-header.S linux-2.4.19/arch/arm/kernel/entry-header.S
@@ -13,7 +13,7 @@
 #endif
 
 		.macro	zero_fp
-#ifndef CONFIG_NO_FRAME_POINTER
+#ifdef CONFIG_FRAME_POINTER
 		mov	fp, #0
 #endif
 		.endm

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)