Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144955
b: refs/heads/master
c: 1699e5c
h: refs/heads/master
i:
  144953: 044f966
  144951: aae7030
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and Ralf Baechle committed May 14, 2009
1 parent 5b91179 commit af07465
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: ad058e95f943e26205aa916b83b85ccb21bd4812
refs/heads/master: 1699e5c9c414f0e3b393eb87c4acfc319fe7a1c4
4 changes: 2 additions & 2 deletions trunk/arch/mips/include/asm/sn/addrs.h
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,11 @@
TO_NODE_UNCAC((nasid), LAUNCH_OFFSET(nasid, slice))
#define LAUNCH_SIZE(nasid) KLD_LAUNCH(nasid)->size

#define NMI_OFFSET(nasid, slice) \
#define SN_NMI_OFFSET(nasid, slice) \
(KLD_NMI(nasid)->offset + \
KLD_NMI(nasid)->stride * (slice))
#define NMI_ADDR(nasid, slice) \
TO_NODE_UNCAC((nasid), NMI_OFFSET(nasid, slice))
TO_NODE_UNCAC((nasid), SN_NMI_OFFSET(nasid, slice))
#define NMI_SIZE(nasid) KLD_NMI(nasid)->size

#define KLCONFIG_OFFSET(nasid) KLD_KLCONFIG(nasid)->offset
Expand Down

0 comments on commit af07465

Please sign in to comment.