diff options
Diffstat (limited to 'arch/alpha/kernel/head.S')
| -rw-r--r-- | arch/alpha/kernel/head.S | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/arch/alpha/kernel/head.S b/arch/alpha/kernel/head.S index 4ca2e404708..c352499ab9f 100644 --- a/arch/alpha/kernel/head.S +++ b/arch/alpha/kernel/head.S @@ -1,5 +1,5 @@ /* - * alpha/boot/head.S + * arch/alpha/kernel/head.S * * initial boot stuff.. At this point, the bootloader has already * switched into OSF/1 PAL-code, and loaded us at the correct address @@ -7,14 +7,13 @@ * the kernel global pointer and jump to the kernel entry-point. */ -#include <linux/config.h> -#include <asm/system.h> -#include <asm/asm_offsets.h> +#include <linux/init.h> +#include <asm/asm-offsets.h> +#include <asm/pal.h> +#include <asm/setup.h> -.globl swapper_pg_dir +__HEAD .globl _stext -swapper_pg_dir=SWAPPER_PGD - .set noreorder .globl __start .ent __start |
