Messages in this thread |  | | | Date | Wed, 23 Mar 2005 07:51:19 -0600 | | From | Corey Minyard <> | | Subject | Re: [PATCH][alpha] "pm_power_off" [drivers/char/ipmi/ipmi_poweroff.ko] undefined! |
| |
This is not the right fix. I know of IPMI hardware on ppc and xscale systems. There should be nothing general in the driver that limits it to x86/ia64.
pm_power_off is defined in linux/pm.h. Shouldn't it be available everywhere?
-Corey
Ivan Kokshaysky wrote:
>On Tue, Mar 22, 2005 at 04:53:12PM -0500, Jeff Garzik wrote: > > >>Although I suppose its possible that some alpha machines have SMI >>hardware, I don't think I've ever seen ACPI or IPMI on any alpha. >> >> > >Yes, this stuff doesn't exist. I think it would be correct to add >the following to drivers/char/ipmi/Kconfig, like it's done for ACPI: > >menu "IPMI" >+ depends on IA64 || X86 > >config IPMI_HANDLER > tristate 'IPMI top-level message handler' >+ depends on IA64 || X86 > > >Ivan. > >
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |