OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcc981e
)
sh: Fix typo
author
Yoshinori Sato
<ysato@users.sourceforge.jp>
Tue, 26 Apr 2016 08:11:56 +0000
(17:11 +0900)
committer
Yoshinori Sato
<ysato@users.sourceforge.jp>
Wed, 27 Apr 2016 07:17:30 +0000
(16:17 +0900)
BL is 1 in this time.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
arch/sh/kernel/head_32.S
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/head_32.S
b/arch/sh/kernel/head_32.S
index
974bc15
..
14da954
100644
(file)
--- a/
arch/sh/kernel/head_32.S
+++ b/
arch/sh/kernel/head_32.S
@@
-59,7
+59,7
@@
ENTRY(empty_zero_page)
*/
ENTRY(_stext)
! Initialize Status Register
- mov.l 1f, r0 ! MD=1, RB=0, BL=
0
, IMASK=0xF
+ mov.l 1f, r0 ! MD=1, RB=0, BL=
1
, IMASK=0xF
ldc r0, sr
! Initialize global interrupt mask
#ifdef CONFIG_CPU_HAS_SR_RB