From: Satyam Sharma Date: Wed, 17 Oct 2007 16:04:36 +0000 (+0200) Subject: i386: Misc cpuinit annotations X-Git-Tag: v2.6.24-rc1~476^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=761c4bf821b67334e2391ef968396069b91801b7;p=pandora-kernel.git i386: Misc cpuinit annotations msr_class_cpu_callback() can be marked __cpuinit, being the notifier callback for a __cpuinitdata notifier_block. So can be marked msr_device_create() too, called only from the newly-__cpuinit msr_class_cpu_callback() or from __init-marked msr_init(). [ tglx: arch/x86 adaptation ] Signed-off-by: Satyam Sharma Signed-off-by: Andi Kleen Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed