Omit explicit disabling of trap recovery on x86-64.
authorTaylor R Campbell <campbell@mumble.net>
Thu, 22 Jul 2010 20:20:53 +0000 (20:20 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Thu, 22 Jul 2010 20:20:53 +0000 (20:20 +0000)
There are still no platforms that support it, but it doesn't need to
be explicitly disabled.

src/microcode/uxtrap.c

index 8b10c3b65352157088fbe668e54e70ee62a54eff..e139389aeef37016dc74db7c11309ffa327e147e 100644 (file)
@@ -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