--- zzzz-none-000/linux-3.10.107/arch/avr32/kernel/setup.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/avr32/kernel/setup.c 2021-02-04 17:41:59.000000000 +0000 @@ -555,7 +555,7 @@ { struct clk *cpu_clk; - init_mm.start_code = (unsigned long)_text; + init_mm.start_code = (unsigned long)_stext; init_mm.end_code = (unsigned long)_etext; init_mm.end_data = (unsigned long)_edata; init_mm.brk = (unsigned long)_end;