diff options
author | Satyam Sharma <satyam@infradead.org> | 2007-10-17 18:04:36 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-17 20:16:02 +0200 |
commit | 1e32b073f372f0fe903c4474fbd47c2ac61428c8 (patch) | |
tree | fc1fabaad723439e893625190fdd6594173ddd41 /drivers/oprofile | |
parent | 761c4bf821b67334e2391ef968396069b91801b7 (diff) |
i386: misc cpuinit annotations
cpuid_class_cpu_callback() is callback function of a CPU hotplug
notifier_block (that is already marked as __cpuinitdata). Therefore
it can safely be marked as __cpuinit.
cpuid_device_create() is only referenced from other functions that
are __cpuinit or __init. So it can also be safely marked __cpuinit.
[ tglx: arch/x86 adaptation ]
Signed-off-by: Satyam Sharma <satyam@infradead.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/oprofile')
0 files changed, 0 insertions, 0 deletions