aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/block/cciss_cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss_cmd.h b/drivers/block/cciss_cmd.h
index eda6a8e6b600..936b9666da6a 100644
--- a/drivers/block/cciss_cmd.h
+++ b/drivers/block/cciss_cmd.h
@@ -177,7 +177,7 @@ typedef struct _SGDescriptor_struct {
177#define COMMANDLIST_ALIGNMENT (32) 177#define COMMANDLIST_ALIGNMENT (32)
178#define IS_64_BIT ((sizeof(long) - 4)/4) 178#define IS_64_BIT ((sizeof(long) - 4)/4)
179#define IS_32_BIT (!IS_64_BIT) 179#define IS_32_BIT (!IS_64_BIT)
180#define PAD_32 (32) 180#define PAD_32 (0)
181#define PAD_64 (4) 181#define PAD_64 (4)
182#define PADSIZE (IS_32_BIT * PAD_32 + IS_64_BIT * PAD_64) 182#define PADSIZE (IS_32_BIT * PAD_32 + IS_64_BIT * PAD_64)
183#define DIRECT_LOOKUP_BIT 0x10 183#define DIRECT_LOOKUP_BIT 0x10