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:
1e934dd
)
x86: coding style fix to arch/x86/boot/pm.c
author
Paolo Ciarrocchi
<
[email protected]
>
Fri, 22 Feb 2008 22:09:26 +0000
(23:09 +0100)
committer
Ingo Molnar
<
[email protected]
>
Thu, 17 Apr 2008 15:40:49 +0000
(17:40 +0200)
Before:
total: 1 errors, 0 warnings, 178 lines checked
After:
total: 0 errors, 0 warnings, 178 lines checked
No code changed:
arch/x86/boot/pm.o:
text data bss dec hex filename
351 0 6 357 165 pm.o.before
351 0 6 357 165 pm.o.after
md5:
81de3616bceb29691bf835bb62a84ff1
pm.o.before.asm
81de3616bceb29691bf835bb62a84ff1
pm.o.after.asm
Signed-off-by: Paolo Ciarrocchi <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/boot/pm.c
patch
|
blob
|
history
diff --git
a/arch/x86/boot/pm.c
b/arch/x86/boot/pm.c
index 1a0f936c160b0f1d250db22d5687314799576d65..a93cb8bded4da529e76ee746874cc628808c767a 100644
(file)
--- a/
arch/x86/boot/pm.c
+++ b/
arch/x86/boot/pm.c
@@
-100,7
+100,7
@@
static void reset_coprocessor(void)
/*
* Set up the GDT
*/
-#define GDT_ENTRY(flags,
base,limit)
\
+#define GDT_ENTRY(flags,
base, limit)
\
(((u64)(base & 0xff000000) << 32) | \
((u64)flags << 40) | \
((u64)(limit & 0x00ff0000) << 32) | \