commit | 95414930548871c6c92a5b0e607b12b81f3d84d8 | [log] [tgz] |
---|---|---|
author | Magnus Damm <magnus@valinux.co.jp> | Tue Sep 26 10:52:36 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Sep 26 10:52:36 2006 +0200 |
tree | 199302c69c8e119bfd2b1cdd3da5e10630825cb5 | |
parent | ed77504b2007ff7ce56841227467ac3ead52df62 [diff] |
[PATCH] i386: mark cpu_dev structures as __cpuinitdata The different cpu_dev structures are all used from __cpuinit callers what I can tell. So mark them as __cpuinitdata instead of __initdata. I am a little bit unsure about arch/i386/common.c:default_cpu, especially when it comes to the purpose of this_cpu. Signed-off-by: Magnus Damm <magnus@valinux.co.jp> Signed-off-by: Andi Kleen <ak@suse.de>