Commit bda07aac authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu

Blackfin arch: move fixed code into init section

Signed-off-by: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent f8c1b390
......@@ -8,10 +8,12 @@
* BF561 SMP).
*/
#include <linux/linkage.h>
#include <linux/init.h>
#include <linux/unistd.h>
#include <asm/entry.h>
.text
__INIT
ENTRY(_fixed_code_start)
.align 16
......@@ -144,3 +146,5 @@ ENTRY(_safe_user_instruction)
ENDPROC(_safe_user_instruction)
ENTRY(_fixed_code_end)
__FINIT
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment