Revision be31f9cbc809dae0bcdd39211c33c6882a7b0c9e authored by Jean Delvare on 22 December 2006, 09:10:19 UTC, committed by Linus Torvalds on 22 December 2006, 16:55:50 UTC
Structure mc_cpu_notifier references a __cpuinit function, but isn't
declared __cpuinitdata itself:

WARNING: arch/i386/kernel/microcode.o - Section mismatch: reference
to .init.text: from .data after 'mc_cpu_notifier' (at offset 0x118)

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 5b149bc
History
File Mode Size
Makefile -rw-r--r-- 240 bytes
compat.c -rw-r--r-- 2.4 KB
internal.h -rw-r--r-- 5.1 KB
key.c -rw-r--r-- 24.1 KB
keyctl.c -rw-r--r-- 26.2 KB
keyring.c -rw-r--r-- 22.8 KB
permission.c -rw-r--r-- 2.5 KB
proc.c -rw-r--r-- 6.0 KB
process_keys.c -rw-r--r-- 17.8 KB
request_key.c -rw-r--r-- 12.9 KB
request_key_auth.c -rw-r--r-- 7.2 KB
user_defined.c -rw-r--r-- 5.1 KB

back to top