From: Srihari Vijayaraghavan <harisri@bigpond.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Export idle_warning (x86-64)
Date: Sat, 3 Jan 2004 16:05:43 +1100 [thread overview]
Message-ID: <200401031605.43495.harisri@bigpond.com> (raw)
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
next reply other threads:[~2004-01-03 5:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-03 5:05 Srihari Vijayaraghavan [this message]
[not found] <19Md2-1Yh-7@gated-at.bofh.it>
2004-01-03 5:49 ` Andi Kleen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200401031605.43495.harisri@bigpond.com \
--to=harisri@bigpond.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome