Re: [PATCH 2/2] PM: fast power off - driver

2007-01-30 Thread Andi Kleen
akuster <[EMAIL PROTECTED]> writes: > My apologies, I cc'd the wrong list the first time around. > > - Armin > --- > > Fastpoweroff default profile driver Why don't you just call the existing reboot(2)? I've had a simple C program that does a very fast poweroff (or reboot) forever and it works

Re: [PATCH 2/2] PM: fast power off - driver

2007-01-29 Thread akuster
Randy Dunlap wrote: On Sat, 27 Jan 2007 10:05:48 -1000 akuster wrote: My apologies, I cc'd the wrong list the first time around. +config FAST_POWER_DOWN + tristate "Fast power of profile" ---> off What does that mean? especially the "profile" part? +

Re: [PATCH 2/2] PM: fast power off - driver

2007-01-28 Thread Randy Dunlap
On Sat, 27 Jan 2007 10:05:48 -1000 akuster wrote: > My apologies, I cc'd the wrong list the first time around. +config FAST_POWER_DOWN + tristate "Fast power of profile" ---> off What does that mean? especially the "profile" part? + depends on FAST_P

[PATCH 2/2] PM: fast power off - driver

2007-01-27 Thread akuster
My apologies, I cc'd the wrong list the first time around. - Armin --- Fastpoweroff default profile driver signed-off-by: Armin Kuster <[EMAIL PROTECTED]> --- kernel/power/fastoff/Kconfig |8 kernel/power/fastoff/Makefile |2 - kernel/power/fastoff/fastoffdrv.c | 69 +++