diff options
-rw-r--r-- | drivers/misc/sgi-xp/xp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/misc/sgi-xp/xp.h b/drivers/misc/sgi-xp/xp.h index 21cb8a31def1..867fb4863d5a 100644 --- a/drivers/misc/sgi-xp/xp.h +++ b/drivers/misc/sgi-xp/xp.h | |||
@@ -19,6 +19,9 @@ | |||
19 | #include <asm/sn/types.h> | 19 | #include <asm/sn/types.h> |
20 | #include <asm/sn/bte.h> | 20 | #include <asm/sn/bte.h> |
21 | 21 | ||
22 | /* >>> Add this #define to some linux header file some day. */ | ||
23 | #define BYTES_PER_WORD sizeof(void *) | ||
24 | |||
22 | #ifdef USE_DBUG_ON | 25 | #ifdef USE_DBUG_ON |
23 | #define DBUG_ON(condition) BUG_ON(condition) | 26 | #define DBUG_ON(condition) BUG_ON(condition) |
24 | #else | 27 | #else |