Commit 5d3175c0 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

[PATCH] i386: init_intel_cacheinfo() can be __init

Correct .text references to .init.data; init_intel_cacheinfo() can be
__init.
Signed-off-by: default avatarRandy Dunlap <rddunlap@osdl.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 25c28c1c
......@@ -58,7 +58,7 @@ static struct _cache_table cache_table[] __initdata =
{ 0x00, 0, 0}
};
unsigned int init_intel_cacheinfo(struct cpuinfo_x86 *c)
unsigned int __init init_intel_cacheinfo(struct cpuinfo_x86 *c)
{
unsigned int trace = 0, l1i = 0, l1d = 0, l2 = 0, l3 = 0; /* Cache sizes */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment