]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PARISC] Add chassis_power_off routine
authorKyle McMartin <kyle@parisc-linux.org>
Wed, 18 Jan 2006 05:33:32 +0000 (22:33 -0700)
committerKyle McMartin <kyle@duet.int.mcmartin.ca>
Mon, 23 Jan 2006 01:26:50 +0000 (20:26 -0500)
commit85509c00073d4bdd1f4b7796180a15198f2e62da
tree0249b9515dac45bd2adb645e05706eee0ef807e3
parent526110f8c8d2326413e2de5496d196ee9d4856ad
[PARISC] Add chassis_power_off routine

Define a chassis_power_off routine that machines which have a way
to turn off the power supply can hook into. Formerly they were
using pm_power_off, which is now being used by generic code. Make
lasi.c use chassis_power_off instead of pm_power_off.

Note, all machines need to call machine_power_off so that the
switch can power off the machine, though halt -p may not necessarily
be able to work properly on the machine.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/process.c
drivers/parisc/lasi.c