From 6b7dadb15551b64acf652356241432060ef3f959 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Thu, 22 Jul 2010 20:20:53 +0000 Subject: [PATCH] Omit explicit disabling of trap recovery on x86-64. There are still no platforms that support it, but it doesn't need to be explicitly disabled. --- src/microcode/uxtrap.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/microcode/uxtrap.c b/src/microcode/uxtrap.c index 8b10c3b65..e139389ae 100644 --- a/src/microcode/uxtrap.c +++ b/src/microcode/uxtrap.c @@ -43,9 +43,6 @@ USA. #ifdef __ppc64__ # undef ENABLE_TRAP_RECOVERY #endif -#ifdef __x86_64__ -# undef ENABLE_TRAP_RECOVERY -#endif #ifdef __ia64__ # undef ENABLE_TRAP_RECOVERY #endif -- 2.25.1