Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86526
b: refs/heads/master
c: 8b1d165
h: refs/heads/master
v: v3
  • Loading branch information
Hideo Saito authored and Paul Mundt committed Feb 26, 2008
1 parent f6f9982 commit 24715de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 763a495a022ac26afb2940e768e86725c1c7e8c9
refs/heads/master: 8b1d16540c6ae4e62fcff56bd47794951b3ca87a
4 changes: 2 additions & 2 deletions trunk/include/asm-sh/entry-macros.S
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
not r11, r11
stc sr, r10
and r11, r10
#ifdef CONFIG_HAS_SR_RB
#ifdef CONFIG_CPU_HAS_SR_RB
stc k_g_imask, r11
or r11, r10
#endif
ldc r10, sr
.endm

.macro get_current_thread_info, ti, tmp
#ifdef CONFIG_HAS_SR_RB
#ifdef CONFIG_CPU_HAS_SR_RB
stc r7_bank, \ti
#else
mov #((THREAD_SIZE - 1) >> 10) ^ 0xff, \tmp
Expand Down

0 comments on commit 24715de

Please sign in to comment.