From: Satyam Sharma Date: Thu, 18 Oct 2007 10:06:38 +0000 (-0700) Subject: x86 msr driver: Misc cpuinit annotations X-Git-Tag: v2.6.24-rc1~334 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38048983e14c0fb6324175fbaf2be1baa842f5ee;p=pandora-kernel.git x86 msr driver: 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(). Signed-off-by: Satyam Sharma Cc: Andi Kleen Acked-by: H. Peter Anvin Cc: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed