No, Andreas' bug is different. He obviously built APM as a module,
and apparently the save and restore processor state procedures in
suspend.c aren't EXPORT_SYMBOL()d. I never build APM as a module
so I didn't notice this in my testing.
Workarounds: configure APM non-modular, or add EXPORT_SYMBOL()
for {save,restore}_processor_state somewhere in arch/i386/kernel/.
I'll whip up a proper patch with the EXPORT_SYMBOL()s tomorrow.
/Mikael
-
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/