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:
651bbe1
)
x86: coding style fixes to arch/x86/mach-generic/summit.c
author
Paolo Ciarrocchi
<
[email protected]
>
Tue, 19 Feb 2008 23:17:34 +0000
(
00:17
+0100)
committer
Ingo Molnar
<
[email protected]
>
Thu, 17 Apr 2008 15:40:48 +0000
(17:40 +0200)
File is now error/warning free.
arch/x86/mach-generic/summit.o:
text data bss dec hex filename
1481 140 0 1621 655 summit.o.before
1481 140 0 1621 655 summit.o.after
md5:
7b7dc1cbd381af7b9393da989da5b0fd
summit.o.before.asm
7b7dc1cbd381af7b9393da989da5b0fd
summit.o.after.asm
Signed-off-by: Paolo Ciarrocchi <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/mach-generic/summit.c
patch
|
blob
|
history
diff --git
a/arch/x86/mach-generic/summit.c
b/arch/x86/mach-generic/summit.c
index 74883ccb8f73c75b027213f858e9a06e7649170d..a97ea0f35b1ee821a96d101d27eb50f6f6e7faef 100644
(file)
--- a/
arch/x86/mach-generic/summit.c
+++ b/
arch/x86/mach-generic/summit.c
@@
-1,4
+1,4
@@
-/*
+/*
* APIC driver for the IBM "Summit" chipset.
*/
#define APIC_DEFINITION 1
@@
-19,9
+19,9
@@
#include <asm/mach-summit/mach_mpparse.h>
static int probe_summit(void)
-{
+{
/* probed later in mptable/ACPI hooks */
return 0;
-}
+}
-struct genapic apic_summit = APIC_INIT("summit", probe_summit);
+struct genapic apic_summit = APIC_INIT("summit", probe_summit);