[PATCH] Export idle_warning (x86-64)

From: Srihari Vijayaraghavan
Date: Sat Jan 03 2004 - 00:06:21 EST


Without this patch the ACPI processor module does not load (and hence thermal
module too):
--- 2.6.1-rc1-bk3/arch/x86_64/kernel/process.c.orig 2004-01-03
04:52:32.000000000 +1100
+++ 2.6.1-rc1-bk3/arch/x86_64/kernel/process.c 2004-01-03 04:56:49.000000000
+1100
@@ -166,6 +166,8 @@
printk(KERN_ERR "******* Disabling USB legacy in the BIOS may also
help.\n");
}

+EXPORT_SYMBOL(idle_warning);
+
/* Prints also some state that isn't saved in the pt_regs */
void __show_regs(struct pt_regs * regs)
{

With that patch (against 2.6.1-rc1-bk3) those modules load and work fine.

Thanks
Hari
harisri@xxxxxxxxxxx

-
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/