aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/kernel/head.S')
-rw-r--r--arch/alpha/kernel/head.S9
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/alpha/kernel/head.S b/arch/alpha/kernel/head.S
index 7ac1f1372c3..c352499ab9f 100644
--- a/arch/alpha/kernel/head.S
+++ b/arch/alpha/kernel/head.S
@@ -7,14 +7,13 @@
* the kernel global pointer and jump to the kernel entry-point.
*/
-#include <asm/system.h>
+#include <linux/init.h>
#include <asm/asm-offsets.h>
+#include <asm/pal.h>
+#include <asm/setup.h>
-.section .text.head, "ax"
-.globl swapper_pg_dir
+__HEAD
.globl _stext
-swapper_pg_dir=SWAPPER_PGD
-
.set noreorder
.globl __start
.ent __start