[PATCH] xen: don't bother trying to set cr4

2007-09-12 Thread Jeremy Fitzhardinge
Xen ignores all updates to cr4, and some versions will kill the domain if you try to change its value. Just ignore all changes. Signed-off-by: Jeremy Fitzhardinge <[EMAIL PROTECTED]> Cc: Andi Kleen <[EMAIL PROTECTED]> --- arch/i386/xen/enlighten.c |4 ++-- 1 file changed, 2 insertions(+),

[PATCH] xen: don't bother trying to set cr4

2007-09-12 Thread Jeremy Fitzhardinge
Xen ignores all updates to cr4, and some versions will kill the domain if you try to change its value. Just ignore all changes. Signed-off-by: Jeremy Fitzhardinge [EMAIL PROTECTED] Cc: Andi Kleen [EMAIL PROTECTED] --- arch/i386/xen/enlighten.c |4 ++-- 1 file changed, 2 insertions(+), 2