]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/powerpc/boot/motload-head.S
Merge tag 'nand/fixes-for-4.9-rc3' of github.com:linux-nand/linux
[karo-tx-linux.git] / arch / powerpc / boot / motload-head.S
1 #include "ppc_asm.h"
2
3         .text
4         .globl _zimage_start
5 _zimage_start:
6         mfmsr   r10
7         rlwinm  r10,r10,0,~(1<<15)        /* Clear MSR_EE */
8         sync
9         mtmsr   r10
10         isync
11         b       _zimage_start_lib