Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108251
b: refs/heads/master
c: 6a4ad39
h: refs/heads/master
i:
  108249: e28dfd9
  108247: 002f2d6
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Aug 12, 2008
1 parent 3ed68ea commit a3153b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 969830b2fedf8336c41d6195f49d250b1e166ff8
refs/heads/master: 6a4ad39b3de60ad0e75a78098be0f0eb1722b753
2 changes: 1 addition & 1 deletion trunk/drivers/misc/sgi-gru/grutables.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ struct gru_stats_s {
#if defined CONFIG_IA64
#define VADDR_HI_BIT 64
#define GRUREGION(addr) ((addr) >> (VADDR_HI_BIT - 3) & 3)
#elif defined __x86_64
#elif defined CONFIG_X86_64
#define VADDR_HI_BIT 48
#define GRUREGION(addr) (0) /* ZZZ could do better */
#else
Expand Down

0 comments on commit a3153b5

Please sign in to comment.