patch-2.4.20 linux-2.4.20/arch/ppc/boot/common/relocate.S

Next file: linux-2.4.20/arch/ppc/boot/common/util.S
Previous file: linux-2.4.20/arch/ppc/boot/common/misc-simple.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/ppc/boot/common/relocate.S linux-2.4.20/arch/ppc/boot/common/relocate.S
@@ -20,7 +20,7 @@
 #include <linux/config.h>
 #include <asm/processor.h>
 #include <asm/cache.h>
-#include "ppc_asm.h"
+#include <asm/ppc_asm.h>
 
 #define GETSYM(reg, sym)	\
 	lis	reg, sym@h; ori	reg, reg, sym@l	

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