Index: /trunk/ccl/lisp-kernel/x86-exceptions.c
===================================================================
--- /trunk/ccl/lisp-kernel/x86-exceptions.c	(revision 6273)
+++ /trunk/ccl/lisp-kernel/x86-exceptions.c	(revision 6274)
@@ -556,4 +556,7 @@
 #ifdef DARWIN
   return (UC_MCONTEXT(xp)->__es.__err & 0x2) != 0;
+#endif
+#ifdef LINUX
+  return (xpGPR(xp,REG_ERR) & 0x2) != 0;
 #endif
 }
