瀏覽代碼

x86: coding style fixes to arch/x86/kernel/acpi/sleep.c

Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Paolo Ciarrocchi 17 年之前
父節點
當前提交
f49688d459
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/x86/kernel/acpi/sleep.c

+ 1 - 1
arch/x86/kernel/acpi/sleep.c

@@ -13,7 +13,7 @@
 #include <asm/smp.h>
 #include <asm/smp.h>
 
 
 /* address in low memory of the wakeup routine. */
 /* address in low memory of the wakeup routine. */
-unsigned long acpi_wakeup_address = 0;
+unsigned long acpi_wakeup_address;
 unsigned long acpi_realmode_flags;
 unsigned long acpi_realmode_flags;
 extern char wakeup_start, wakeup_end;
 extern char wakeup_start, wakeup_end;