repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
arch
/
powerpc
/
boot
/
motload-head.S
blob
826dad0c19d97200e891221a7261cf0bf9072899
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#include "ppc_asm.h"
3
4
.text
5
.globl _zimage_start
6
_zimage_start:
7
mfmsr r10
8
rlwinm r10,r10,0,~(1<<15) /* Clear MSR_EE */
9
sync
10
mtmsr r10
11
isync
12
b _zimage_start_lib