projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e223f16
)
x86: coding style fixes to arch/x86/kernel/acpi/sleep.c
author
Paolo Ciarrocchi
<paolo.ciarrocchi@gmail.com>
Fri, 22 Feb 2008 22:11:39 +0000
(23:11 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:37 +0000
(17:41 +0200)
Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/acpi/sleep.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/acpi/sleep.c
b/arch/x86/kernel/acpi/sleep.c
index 6bc815cd8cb32e219dd9bdf14fbd13cb717253ea..dd78326ae47ca4e68982553d90a38323e965b55d 100644
(file)
--- a/
arch/x86/kernel/acpi/sleep.c
+++ b/
arch/x86/kernel/acpi/sleep.c
@@
-13,7
+13,7
@@
#include <asm/smp.h>
/* address in low memory of the wakeup routine. */
-unsigned long acpi_wakeup_address
= 0
;
+unsigned long acpi_wakeup_address;
unsigned long acpi_realmode_flags;
extern char wakeup_start, wakeup_end;