projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40a96d5
)
x86, intel-mid: Do not re-introduce usage of obsolete __cpuinit
author
Paul Gortmaker
<
[email protected]
>
Thu, 7 Nov 2013 18:34:50 +0000
(13:34 -0500)
committer
H. Peter Anvin
<
[email protected]
>
Thu, 7 Nov 2013 18:44:03 +0000
(10:44 -0800)
The commit
712b6aa8731a7e148298c58cea66a5209c659e3c
[Nov7 linux-next
via tip/auto-latest] ("intel_mid: Renamed *mrst* to *intel_mid*")
adds a __cpuinit.
We removed this a couple versions ago; we now want to remove
the compat no-op stubs. Introducing new users is not what
we want to see at this point in time, as it will break once
the stubs are gone.
Cc: Kuppuswamy Sathyanarayanan <
[email protected]
>
Cc: David Cohen <
[email protected]
>
Signed-off-by: Paul Gortmaker <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: H. Peter Anvin <
[email protected]
>
arch/x86/platform/intel-mid/intel-mid.c
patch
|
blob
|
history
diff --git
a/arch/x86/platform/intel-mid/intel-mid.c
b/arch/x86/platform/intel-mid/intel-mid.c
index 523a1c8f7f07e6607e5599631d66b69dd7bc0764..f90e290f689f380150b0983ddd363480f98d8c25 100644
(file)
--- a/
arch/x86/platform/intel-mid/intel-mid.c
+++ b/
arch/x86/platform/intel-mid/intel-mid.c
@@
-123,7
+123,7
@@
static void __init intel_mid_time_init(void)
apbt_time_init();
}
-static void
__cpuinit
intel_mid_arch_setup(void)
+static void intel_mid_arch_setup(void)
{
if (boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 0x27)
__intel_mid_cpu_chip = INTEL_MID_CPU_CHIP_PENWELL;