Blackfin arch: move fixed code into init section
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
@@ -8,10 +8,12 @@
|
|||||||
* BF561 SMP).
|
* BF561 SMP).
|
||||||
*/
|
*/
|
||||||
#include <linux/linkage.h>
|
#include <linux/linkage.h>
|
||||||
|
#include <linux/init.h>
|
||||||
#include <linux/unistd.h>
|
#include <linux/unistd.h>
|
||||||
#include <asm/entry.h>
|
#include <asm/entry.h>
|
||||||
|
|
||||||
.text
|
__INIT
|
||||||
|
|
||||||
ENTRY(_fixed_code_start)
|
ENTRY(_fixed_code_start)
|
||||||
|
|
||||||
.align 16
|
.align 16
|
||||||
@@ -144,3 +146,5 @@ ENTRY(_safe_user_instruction)
|
|||||||
ENDPROC(_safe_user_instruction)
|
ENDPROC(_safe_user_instruction)
|
||||||
|
|
||||||
ENTRY(_fixed_code_end)
|
ENTRY(_fixed_code_end)
|
||||||
|
|
||||||
|
__FINIT
|
||||||
|
Reference in New Issue
Block a user