From: Marin Mitov <mitov@issp.bas.bg>
To: linux-kernel@vger.kernel.org
Cc: Rusty Russell <rusty@rustycorp.com.au>,
Srivatsa Vaddagiri <vatsa@in.ibm.com>,
Zwane Mwaikambo <zwane@arm.linux.org.uk>,
Ashok Raj <ashok.raj@intel.com>
Subject: [PATCH] Section mismatch: acpi_early_processor_set_pdc()
Date: Wed, 13 Jan 2010 22:44:48 +0200 [thread overview]
Message-ID: <201001132244.49209.mitov@issp.bas.bg> (raw)
Hi all,
kernel-2.6.33-rc4, compiler output:
WARNING: Section mismatch in reference from the function
acpi_early_processor_set_pdc() to the variable .cpuinit.data:processor_idle_dmi_table
The function acpi_early_processor_set_pdc() references
the variable __cpuinitdata processor_idle_dmi_table.
This is often because acpi_early_processor_set_pdc lacks a __cpuinitdata
annotation or the annotation of processor_idle_dmi_table is wrong.
acpi_early_processor_set_pdc() is invoked only from __init acpi_bus_init()
Mark it __cpuinit.
The patch is against 2.6.33-rc4
Signed-off-by: Marin Mitov <mitov@issp.bas.bg>
===========================================================================
--- a/drivers/acpi/processor_pdc.c 2010-01-13 21:53:14.000000000 +0200
+++ b/drivers/acpi/processor_pdc.c 2010-01-13 21:58:39.000000000 +0200
@@ -151,7 +151,7 @@
return AE_OK;
}
-void acpi_early_processor_set_pdc(void)
+void __cpuinit acpi_early_processor_set_pdc(void)
{
/*
* Check whether the system is DMI table. If yes, OSPM
next reply other threads:[~2010-01-13 20:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-13 20:44 Marin Mitov [this message]
2010-01-16 7:07 ` [PATCH] Section mismatch: acpi_early_processor_set_pdc() Len Brown
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=201001132244.49209.mitov@issp.bas.bg \
--to=mitov@issp.bas.bg \
--cc=ashok.raj@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustycorp.com.au \
--cc=vatsa@in.ibm.com \
--cc=zwane@arm.linux.org.uk \
/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