1
0
Files
linux/arch/x86/kernel
Jacek Luczak df96323dfa x86: section mismatch fixes, #1
This patch fixes mismatch warnings in smp_checks() (in arch/x86/kernel/smpboot.c):

WARNING: arch/x86/kernel/built-in.o(.text+0x11922): Section mismatch in reference from the function smp_checks()
to the variable .cpuinit.data:smp_b_stepping
The function smp_checks() references
the variable __cpuinitdata smp_b_stepping.
This is often because smp_checks lacks a __cpuinitdata
annotation or the annotation of smp_b_stepping is wrong.

Signed-off-by: Jacek Luczak <luczak.jacek@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-04-17 17:41:36 +02:00
..
2008-04-17 17:41:19 +02:00
2008-04-17 17:40:51 +02:00
2008-01-30 13:31:31 +01:00
2008-02-19 16:18:28 +01:00
2008-01-30 13:31:19 +01:00
2008-02-19 16:18:28 +01:00
2008-04-17 17:41:13 +02:00
2008-04-17 17:41:36 +02:00
2008-04-17 17:41:33 +02:00
2008-04-17 17:40:49 +02:00
2008-04-17 17:40:49 +02:00
2008-04-04 18:36:49 +02:00
2008-04-17 17:40:57 +02:00
2008-02-13 16:20:35 +01:00
2008-04-17 17:41:36 +02:00
2008-03-26 22:23:40 +01:00
2008-01-30 13:33:10 +01:00
2008-04-17 17:40:56 +02:00
2008-04-17 17:41:36 +02:00
2008-04-17 17:41:36 +02:00
2008-04-17 17:41:21 +02:00
2008-01-30 13:33:19 +01:00
2008-04-17 17:40:59 +02:00
2008-04-17 17:41:34 +02:00
2008-04-17 17:41:34 +02:00
2008-04-17 17:41:36 +02:00
2008-04-17 17:41:33 +02:00
2008-04-17 17:40:57 +02:00
2008-04-17 17:41:30 +02:00
2008-04-17 17:41:36 +02:00
2008-04-17 17:40:55 +02:00
2008-04-17 17:40:55 +02:00
2008-02-08 09:22:29 -08:00
2008-04-17 17:40:56 +02:00
2008-01-30 13:31:52 +01:00
2008-02-04 16:47:54 +01:00
2008-04-17 17:41:29 +02:00