linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Export idle_warning (x86-64)
@ 2004-01-03  5:05 Srihari Vijayaraghavan
  0 siblings, 0 replies; 2+ messages in thread
From: Srihari Vijayaraghavan @ 2004-01-03  5:05 UTC (permalink / raw)
  To: linux-kernel

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@bigpond.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Export idle_warning (x86-64)
       [not found] <19Md2-1Yh-7@gated-at.bofh.it>
@ 2004-01-03  5:49 ` Andi Kleen
  0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2004-01-03  5:49 UTC (permalink / raw)
  To: Srihari Vijayaraghavan; +Cc: linux-kernel

Srihari Vijayaraghavan <harisri@bigpond.com> writes:

> Without this patch the ACPI processor module does not load (and hence thermal 
> module too):

Thanks. I applied the patch.

-Andi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-03  5:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-03  5:05 [PATCH] Export idle_warning (x86-64) Srihari Vijayaraghavan
     [not found] <19Md2-1Yh-7@gated-at.bofh.it>
2004-01-03  5:49 ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).