percpu: add __percpu sparse annotations to core kernel subsystems
[safe/jmp/linux-2.6] / kernel / kexec.c
index ef077fb..87ebe8a 100644 (file)
@@ -41,7 +41,7 @@
 #include <asm/sections.h>
 
 /* Per cpu memory for storing cpu states in case of system crash. */
-note_buf_tcrash_notes;
+note_buf_t __percpu *crash_notes;
 
 /* vmcoreinfo stuff */
 static unsigned char vmcoreinfo_data[VMCOREINFO_BYTES];