2 messages in com.xensource.lists.xen-develRe: [Xen-devel] Xen0 build error for ...
FromSent OnAttachments
Li, Haicheng08 Apr 2008 02:36 
Jan Beulich08 Apr 2008 03:01 
Subject:Re: [Xen-devel] Xen0 build error for c/s 514
From:Jan Beulich (jbeu@novell.com)
Date:04/08/2008 03:01:15 AM
List:com.xensource.lists.xen-devel

"Li, Haicheng" <haic@intel.com> 08.04.08 11:37 >>>

Linux-2.6.18-xen.hg/arch/x86_64/kernel/acpi/sleep-xen.c:54:1: error: unterminated #ifdef

While it clearly was my fault, I'm surprised this didn't get caught before reaching the public tree.

Signed-off-by: Jan Beulich <jbeu@novell.com>

Index: sle10sp2-2008-03-31/arch/x86_64/kernel/acpi/sleep-xen.c =================================================================== --- sle10sp2-2008-03-31.orig/arch/x86_64/kernel/acpi/sleep-xen.c 2008-04-04
11:12:58.000000000 +0200 +++ sle10sp2-2008-03-31/arch/x86_64/kernel/acpi/sleep-xen.c 2008-04-04
11:15:23.000000000 +0200 @@ -137,6 +137,8 @@ static int __init acpi_sleep_setup(char }

__setup("acpi_sleep=", acpi_sleep_setup); +#endif /* CONFIG_ACPI_PV_SLEEP */ + #endif /*CONFIG_ACPI_SLEEP */

void acpi_pci_link_exit(void)