Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107049
b: refs/heads/master
c: 355c54d
h: refs/heads/master
i:
  107047: 7ae8865
v: v3
  • Loading branch information
Dean Nelson authored and Linus Torvalds committed Jul 30, 2008
1 parent 5b94d4e commit dd2ba7c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ca8e40c130c906c1060d105e63628410c860261
refs/heads/master: 355c54d2e70093f09910d2ecf343023aefc219e1
16 changes: 16 additions & 0 deletions trunk/drivers/misc/sgi-xp/xp.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@
#define DBUG_ON(condition)
#endif

#ifndef is_shub1
#define is_shub1() 0
#endif

#ifndef is_shub2
#define is_shub2() 0
#endif

#ifndef is_shub
#define is_shub() (is_shub1() || is_shub2())
#endif

#ifndef is_uv
#define is_uv() 0
#endif

/*
* Define the maximum number of logically defined partitions the system
* can support. It is constrained by the maximum number of hardware
Expand Down

0 comments on commit dd2ba7c

Please sign in to comment.