patch-2.4.20 linux-2.4.20/arch/ppc/kernel/entry.S

Next file: linux-2.4.20/arch/ppc/kernel/error_log.c
Previous file: linux-2.4.20/arch/ppc/kernel/cputable.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/ppc/kernel/entry.S linux-2.4.20/arch/ppc/kernel/entry.S
@@ -22,7 +22,6 @@
  *	
  */
 
-#include "ppc_asm.h"
 #include <linux/config.h>
 #include <linux/errno.h>
 #include <linux/sys.h>
@@ -31,6 +30,8 @@
 #include <asm/page.h>
 #include <asm/mmu.h>
 #include <asm/cputable.h>
+#include <asm/ppc_asm.h>
+#include "ppc_defs.h"
 
 #undef SHOW_SYSCALLS
 #undef SHOW_SYSCALLS_TASK

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