Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.8 11 lines 180 B view raw
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