diff options
author | Borislav Petkov <bp@suse.de> | 2013-06-09 10:07:34 (GMT) |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2013-06-21 00:38:22 (GMT) |
commit | 5f8c4218148822fde6eebbeefc34bd0a6061e031 (patch) | |
tree | 1490d5de1b80ed71c737a28841cc2dcae930ca71 /arch/avr32/kernel | |
parent | 4a90a99c4f8002edaa6be11bd756872ebf3f3d97 (diff) | |
download | linux-fsl-qoriq-5f8c4218148822fde6eebbeefc34bd0a6061e031.tar.xz |
x86, fpu: Use static_cpu_has_safe before alternatives
The call stack below shows how this happens: basically eager_fpu_init()
calls __thread_fpu_begin(current) which then does if (!use_eager_fpu()),
which, in turn, uses static_cpu_has.
And we're executing before alternatives so static_cpu_has doesn't work
there yet.
Use the safe variant in this path which becomes optimal after
alternatives have run.
WARNING: at arch/x86/kernel/cpu/common.c:1368 warn_pre_alternatives+0x1e/0x20()
You're using static_cpu_has before alternatives have run!
Modules linked in:
Pid: 0, comm: swapper Not tainted 3.9.0-rc8+ #1
Call Trace:
warn_slowpath_common
warn_slowpath_fmt
? fpu_finit
warn_pre_alternatives
eager_fpu_init
fpu_init
cpu_init
trap_init
start_kernel
? repair_env_string
x86_64_start_reservations
x86_64_start_kernel
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: http://lkml.kernel.org/r/1370772454-6106-6-git-send-email-bp@alien8.de
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/avr32/kernel')
0 files changed, 0 insertions, 0 deletions