diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2007-09-11 17:06:37 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-09-12 12:19:46 -0700 |
commit | c413fecc763e380ec93dc6faf726e7e735ade04e (patch) | |
tree | deadc5f49c90dbe41081f2ca472a6b03a105de08 /drivers/zorro/names.c | |
parent | 9863b78a1a82347fa1e727bdca0110151a5c4f10 (diff) |
lguest: Fix guest crash when CONFIG_X86_USE_3DNOW=y
One of the very first things lguest_init() does is a memcpy. On
Athlon/Duron/K7 or CyrixIII/VIA-C3 or Geode GX/LX, this tries to use
MMX.
memcpy -> _mmx_memcpy -> kernel_fpu_begin -> clts -> paravirt_ops.clts
But we haven't set paravirt_ops.clts yet, so we do the native version
and crash. The simplest solution is to use __memcpy.
Thanks to Michael Rasenberger for the bug report.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/zorro/names.c')
0 files changed, 0 insertions, 0 deletions