* Pavel Machek ([email protected]) wrote:
> Hi!
>
> > > +
> > > +/* Ignore multiple shutdown requests. */
> > > +static int shutting_down = SHUTDOWN_INVALID;
> > > +static void __shutdown_handler(void *unused);
> > > +static DECLARE_WORK(shutdown_work, __shutdown_handler, NULL);
> > > +
> > > +static int shutdown_process(void *__unused)
> > > +{
> > > + static char *envp[] = { "HOME=/", "TERM=linux",
> > > + "PATH=/sbin:/usr/sbin:/bin:/usr/bin", NULL };
> > > + static char *poweroff_argv[] = { "/sbin/poweroff", NULL };
> >
> > This should be configurable, probably in a sysctl
>
> Actually we have similar code in sparc and acpi parts, IIRC. We
> probably want to have one, common, shut-me-off routine.
Yep, I had that cleanup in mind, the patch said:
TODO:
- move poweroff and halt to generic similar to c_a_d
thanks,
-chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]