]> Pileus Git - ~andy/linux/blobdiff - arch/arm/kernel/head-nommu.S
[ARM] nommu: trivial fixups for head-nommu.S and the Makefile
[~andy/linux] / arch / arm / kernel / head-nommu.S
index b093ab8738b510043e162d6ee44925f61a0880c5..0bea65864051a28b2babe2f4ac42b123f66566b8 100644 (file)
 #include <asm/mach-types.h>
 #include <asm/procinfo.h>
 #include <asm/ptrace.h>
-#include <asm/constants.h>
+#include <asm/thread_info.h>
 #include <asm/system.h>
 
 #define PROCINFO_INITFUNC       12
+#define MACHINFO_TYPE          0
 
 /*
  * Kernel startup entry point.
@@ -79,5 +80,6 @@ __after_proc_init:
 
        mov     pc, r13                         @ clear the BSS and jump
                                                @ to start_kernel
+       .ltorg
 
 #include "head-common.S"