diff options
Diffstat (limited to 'arch/parisc/kernel/entry.S')
-rw-r--r-- | arch/parisc/kernel/entry.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/parisc/kernel/entry.S b/arch/parisc/kernel/entry.S index 111d47284eac..1a3935e61ab7 100644 --- a/arch/parisc/kernel/entry.S +++ b/arch/parisc/kernel/entry.S | |||
@@ -38,6 +38,7 @@ | |||
38 | #include <asm/thread_info.h> | 38 | #include <asm/thread_info.h> |
39 | 39 | ||
40 | #include <linux/linkage.h> | 40 | #include <linux/linkage.h> |
41 | #include <linux/init.h> | ||
41 | 42 | ||
42 | #ifdef CONFIG_64BIT | 43 | #ifdef CONFIG_64BIT |
43 | #define CMPIB cmpib,* | 44 | #define CMPIB cmpib,* |
@@ -629,7 +630,7 @@ | |||
629 | * the static part of the kernel address space. | 630 | * the static part of the kernel address space. |
630 | */ | 631 | */ |
631 | 632 | ||
632 | .text | 633 | __HEAD |
633 | 634 | ||
634 | .align PAGE_SIZE | 635 | .align PAGE_SIZE |
635 | 636 | ||