Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276787
b: refs/heads/master
c: b1f44e1
h: refs/heads/master
i:
  276785: 145a6fc
  276783: df17a87
v: v3
  • Loading branch information
David S. Miller committed Dec 14, 2011
1 parent 2eea24b commit 5ad28e9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: dbf2b92d54e73e4a2524b90d29bd498ecc4aa593
refs/heads/master: b1f44e13a525d2ffb7d5afe2273b7169d6f2222e
3 changes: 1 addition & 2 deletions trunk/arch/sparc/mm/btfixup.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,7 @@ void __init btfixup(void)
case 'i': /* INT */
if ((insn & 0xc1c00000) == 0x01000000) /* %HI */
set_addr(addr, q[1], fmangled, (insn & 0xffc00000) | (p[1] >> 10));
else if ((insn & 0x80002000) == 0x80002000 &&
(insn & 0x01800000) != 0x01800000) /* %LO */
else if ((insn & 0x80002000) == 0x80002000) /* %LO */
set_addr(addr, q[1], fmangled, (insn & 0xffffe000) | (p[1] & 0x3ff));
else {
prom_printf(insn_i, p, addr, insn);
Expand Down

0 comments on commit 5ad28e9

Please sign in to comment.