search for: 9261686d840c

Displaying 1 result from an estimated 1 matches for "9261686d840c".

2007 Jun 27
0
[PATCH 1/10] Provide basic Xen PM infrastructure
...rampoline code, to share all the tricks on the latter, like relocation base and identy mapping - the 2nd part locates in xen code segment, to do the actual CPU context restore Signed-off-by Ke Yu <ke.yu@intel.com> Signed-off-by Kevin Tian <kevin.tian@intel.com> diff -r 9261686d840c xen/arch/x86/acpi/Makefile --- a/xen/arch/x86/acpi/Makefile Tue Jun 26 12:40:37 2007 +0100 +++ b/xen/arch/x86/acpi/Makefile Tue Jun 26 20:28:13 2007 -0400 @@ -1,1 +1,2 @@ obj-y += boot.o obj-y += boot.o +obj-y += power.o suspend.o wakeup_prot.o diff -r 9261686d840c xen/arch/x86/acpi/power.c --- /d...