Commit "mips: delete __cpuinit/__CPUINIT usage from MIPS code" deleted the __CPUINIT instances, however there were two instances of ".previous" that were being used in paring with the __CPUINIT (i.e. section ".cpuinit.text"). Signed-off-by: Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx> --- [Feel free to squash this into the larger commit; sorry I didn't notice it 15m earlier... :( Oh well.] arch/mips/kernel/bmips_vec.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/mips/kernel/bmips_vec.S b/arch/mips/kernel/bmips_vec.S index f739aed..596bf2f 100644 --- a/arch/mips/kernel/bmips_vec.S +++ b/arch/mips/kernel/bmips_vec.S @@ -186,7 +186,6 @@ bmips_reset_nmi_vec_end: END(bmips_reset_nmi_vec) .set pop - .previous /*********************************************************************** * CPU1 warm restart vector (used for second and subsequent boots). @@ -247,5 +246,3 @@ LEAF(bmips_enable_xks01) jr ra END(bmips_enable_xks01) - - .previous -- 1.8.1.2