diff options
author | Manish Ahuja <ahuja@austin.ibm.com> | 2007-02-09 01:01:17 +0300 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-17 02:22:50 +0300 |
commit | 5d30bf309717a518d0c4180af41650d4dcd3bb38 (patch) | |
tree | d76a078f1b1737092528a4305357bc6384aeb041 /arch/powerpc/platforms/pseries/Makefile | |
parent | aebcbf39be0aadded32f4cd82c1d88a8cac4614b (diff) | |
download | linux-5d30bf309717a518d0c4180af41650d4dcd3bb38.tar.xz |
[POWERPC] pseries: Enabling auto poweron after power is restored.
During power outages, the UPS notifies the system for a shutdown.
In the current setup, it isn't possible to poweron when power is
restored. This patch fixes the issue by calling the right
ibm,power-off-ups token during such events. It also adds a sysfs
interface so userspace can specify whether or not to power on when
power is restored.
Signed-off-by: Manish Ahuja <ahuja@austin.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/pseries/Makefile')
-rw-r--r-- | arch/powerpc/platforms/pseries/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/Makefile b/arch/powerpc/platforms/pseries/Makefile index dc0583bdbc63..2dfd05095a25 100644 --- a/arch/powerpc/platforms/pseries/Makefile +++ b/arch/powerpc/platforms/pseries/Makefile @@ -4,7 +4,7 @@ endif obj-y := pci.o lpar.o hvCall.o nvram.o reconfig.o \ setup.o iommu.o ras.o rtasd.o pci_dlpar.o \ - firmware.o + firmware.o power.o obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_XICS) += xics.o obj-$(CONFIG_SCANLOG) += scanlog.o |