Merge remote-tracking branch 'percpu/for-next'
[deliverable/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
This page took 0.047159 seconds and 5 git commands to generate.