projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
affe663
)
include/asm-x86/i8259.h: checkpatch cleanups - formatting only
author
Joe Perches
<joe@perches.com>
Sun, 23 Mar 2008 08:02:19 +0000
(
01:02
-0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:23 +0000
(17:41 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/i8259.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/i8259.h
b/include/asm-x86/i8259.h
index e2650f21ca8d30892c94747a4438921c27c65eae..45d4df3e51e6919a7632dd1e06eda5728378143c 100644
(file)
--- a/
include/asm-x86/i8259.h
+++ b/
include/asm-x86/i8259.h
@@
-5,7
+5,7
@@
extern unsigned int cached_irq_mask;
-#define __byte(x,
y) (((unsigned char *)
&(y))[x])
+#define __byte(x,
y) (((unsigned char *)
&(y))[x])
#define cached_master_mask (__byte(0, cached_irq_mask))
#define cached_slave_mask (__byte(1, cached_irq_mask))