* [2.6 patch] x86/kernel/setup_32.c: unexport machine_id
@ 2007-10-24 16:25 Adrian Bunk
2007-10-25 9:42 ` Thomas Gleixner
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2007-10-24 16:25 UTC (permalink / raw)
To: tglx, mingo, hpa; +Cc: linux-kernel
This patch removes the unused EXPORT_SYMBOL(machine_id).
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
2cb43d8ae339c609318adf16a835e990fd79ee21
diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c
index ba2e165..e8ddc4c 100644
--- a/arch/x86/kernel/setup_32.c
+++ b/arch/x86/kernel/setup_32.c
@@ -84,9 +84,6 @@ unsigned long mmu_cr4_features;
/* for MCA, but anyone else can use it if they want */
unsigned int machine_id;
-#ifdef CONFIG_MCA
-EXPORT_SYMBOL(machine_id);
-#endif
unsigned int machine_submodel_id;
unsigned int BIOS_revision;
unsigned int mca_pentium_flag;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [2.6 patch] x86/kernel/setup_32.c: unexport machine_id
2007-10-24 16:25 [2.6 patch] x86/kernel/setup_32.c: unexport machine_id Adrian Bunk
@ 2007-10-25 9:42 ` Thomas Gleixner
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Gleixner @ 2007-10-25 9:42 UTC (permalink / raw)
To: Adrian Bunk; +Cc: mingo, hpa, linux-kernel
On Wed, 24 Oct 2007, Adrian Bunk wrote:
> This patch removes the unused EXPORT_SYMBOL(machine_id).
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Thanks, applied
tglx
> ---
> 2cb43d8ae339c609318adf16a835e990fd79ee21
> diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c
> index ba2e165..e8ddc4c 100644
> --- a/arch/x86/kernel/setup_32.c
> +++ b/arch/x86/kernel/setup_32.c
> @@ -84,9 +84,6 @@ unsigned long mmu_cr4_features;
>
> /* for MCA, but anyone else can use it if they want */
> unsigned int machine_id;
> -#ifdef CONFIG_MCA
> -EXPORT_SYMBOL(machine_id);
> -#endif
> unsigned int machine_submodel_id;
> unsigned int BIOS_revision;
> unsigned int mca_pentium_flag;
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-25 9:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-24 16:25 [2.6 patch] x86/kernel/setup_32.c: unexport machine_id Adrian Bunk
2007-10-25 9:42 ` Thomas Gleixner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox