X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=arch%2Fblackfin%2Fkernel%2Ffixed_code.S;h=0d2d9e0968c834e314f53ad53ded7f889172bd74;hb=6d2e91bf80e4410207f01edb0962aec9213f3533;hp=4b03ba025488edd4ec55d0f2cc9c92d3d9c2313b;hpb=3e1b83ab3912a6f583897635bee0a2e0cd1545f7;p=linux-2.6-omap-h63xx.git diff --git a/arch/blackfin/kernel/fixed_code.S b/arch/blackfin/kernel/fixed_code.S index 4b03ba02548..0d2d9e0968c 100644 --- a/arch/blackfin/kernel/fixed_code.S +++ b/arch/blackfin/kernel/fixed_code.S @@ -8,10 +8,12 @@ * BF561 SMP). */ #include +#include #include #include -.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