Re: [Acpi] 2.4.0-test13pre3 acpi circular dependency

2000-12-20 Thread Adam J. Richter
The following fixes a circular depency problem between drivers/acpi/ and arch/{i386,ia64}/kernel/acpi.c. I think the problem only occurs if you manually tweak the build to make acpi.o as a module, but it still should be fixed. This patch also fixes the Makefiles in drivers/acpi so that

RE: [Acpi] 2.4.0-test13pre3 acpi circular dependency

2000-12-19 Thread Grover, Andrew
M > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [Acpi] 2.4.0-test13pre3 acpi circular dependency > > > Although the stock linux-2.4.0-test13pre3 does not allow > one to build the acpi interpreter as a loadable module, I had > tweaked the Ma

2.4.0-test13pre3 acpi circular dependency

2000-12-19 Thread Adam J. Richter
Although the stock linux-2.4.0-test13pre3 does not allow one to build the acpi interpreter as a loadable module, I had tweaked the Makefiles in previous kernels to do this (the supporting code is there and it seemed to work, at least for shutting off the power after a shutdown). Unfortuna