diff options
Diffstat (limited to 'arch/blackfin/kernel/fixed_code.S')
-rw-r--r-- | arch/blackfin/kernel/fixed_code.S | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/fixed_code.S b/arch/blackfin/kernel/fixed_code.S index 4b03ba025488..0d2d9e0968c8 100644 --- a/arch/blackfin/kernel/fixed_code.S +++ b/arch/blackfin/kernel/fixed_code.S | |||
@@ -8,10 +8,12 @@ | |||
8 | * BF561 SMP). | 8 | * BF561 SMP). |
9 | */ | 9 | */ |
10 | #include <linux/linkage.h> | 10 | #include <linux/linkage.h> |
11 | #include <linux/init.h> | ||
11 | #include <linux/unistd.h> | 12 | #include <linux/unistd.h> |
12 | #include <asm/entry.h> | 13 | #include <asm/entry.h> |
13 | 14 | ||
14 | .text | 15 | __INIT |
16 | |||
15 | ENTRY(_fixed_code_start) | 17 | ENTRY(_fixed_code_start) |
16 | 18 | ||
17 | .align 16 | 19 | .align 16 |
@@ -144,3 +146,5 @@ ENTRY(_safe_user_instruction) | |||
144 | ENDPROC(_safe_user_instruction) | 146 | ENDPROC(_safe_user_instruction) |
145 | 147 | ||
146 | ENTRY(_fixed_code_end) | 148 | ENTRY(_fixed_code_end) |
149 | |||
150 | __FINIT | ||