Re: [PATCH][alpha] "pm_power_off" [drivers/char/ipmi/ipmi_poweroff.ko] undefined!

From: Ivan Kokshaysky
Date: Wed Mar 23 2005 - 03:40:18 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/