summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/olpc/Makefile
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2011-06-25 17:34:11 +0100
committerH. Peter Anvin <hpa@linux.intel.com>2011-07-06 14:44:32 -0700
commit97c4cb71c18fe045a763ff6681a8ebbbbbec0b2b (patch)
tree66874802ab61cbf45c1d4d8d645b93e7600cdc0c /arch/x86/platform/olpc/Makefile
parenta3128588b3c6be634a9013a375903e0b55668f0a (diff)
downloadop-kernel-dev-97c4cb71c18fe045a763ff6681a8ebbbbbec0b2b.zip
op-kernel-dev-97c4cb71c18fe045a763ff6681a8ebbbbbec0b2b.tar.gz
x86, olpc: Add XO-1 suspend/resume support
Add code needed for basic suspend/resume of the XO-1 laptop. Based on earlier work by Jordan Crouse, Andres Salomon, and others. This patch incorporates all earlier feedback from Thomas Gleixner. To clarify a certain point (now more obvious in the code itself): On resume, OpenFirmware returns execution to Linux in protected mode with a kernel-compatible GDT already set up. The changes and simplifications suggested have all been included. Signed-off-by: Daniel Drake <dsd@laptop.org> Link: http://lkml.kernel.org/r/1309019658-1712-5-git-send-email-dsd@laptop.org Acked-by: Andres Salomon <dilinger@queued.net> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/platform/olpc/Makefile')
-rw-r--r--arch/x86/platform/olpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/olpc/Makefile b/arch/x86/platform/olpc/Makefile
index cd25038..1ae7bed 100644
--- a/arch/x86/platform/olpc/Makefile
+++ b/arch/x86/platform/olpc/Makefile
@@ -1,2 +1,2 @@
obj-$(CONFIG_OLPC) += olpc.o olpc_ofw.o olpc_dt.o
-obj-$(CONFIG_OLPC_XO1_PM) += olpc-xo1-pm.o
+obj-$(CONFIG_OLPC_XO1_PM) += olpc-xo1-pm.o xo1-wakeup.o
OpenPOWER on IntegriCloud