diff options
author | Joe Perches <joe@perches.com> | 2008-03-23 04:02:19 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:23 -0400 |
commit | ace4fdbb2fa842fc557bc0ae5909d790eb335ff8 (patch) | |
tree | 0f86dc0ea36ce43aba068f1d23cc0999d7c44783 /include/asm-x86/i8259.h | |
parent | affe66374ca16572fbb22cefe267d6072c49ce9d (diff) |
include/asm-x86/i8259.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/i8259.h')
-rw-r--r-- | include/asm-x86/i8259.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/i8259.h b/include/asm-x86/i8259.h index e2650f21ca8d..45d4df3e51e6 100644 --- a/include/asm-x86/i8259.h +++ b/include/asm-x86/i8259.h | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | extern unsigned int cached_irq_mask; | 6 | extern unsigned int cached_irq_mask; |
7 | 7 | ||
8 | #define __byte(x,y) (((unsigned char *) &(y))[x]) | 8 | #define __byte(x, y) (((unsigned char *)&(y))[x]) |
9 | #define cached_master_mask (__byte(0, cached_irq_mask)) | 9 | #define cached_master_mask (__byte(0, cached_irq_mask)) |
10 | #define cached_slave_mask (__byte(1, cached_irq_mask)) | 10 | #define cached_slave_mask (__byte(1, cached_irq_mask)) |
11 | 11 | ||