repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
usb: ohci-at91: use descriptor-based gpio APIs correctly
[linux/fpc-iii.git]
/
arch
/
powerpc
/
boot
/
motload-head.S
blob
41cabb4b63fa7746a39cb3be434f4bf316410619
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