Index: /trunk/ccl/lisp-kernel/lisp-exceptions.c
===================================================================
--- /trunk/ccl/lisp-kernel/lisp-exceptions.c	(revision 457)
+++ /trunk/ccl/lisp-kernel/lisp-exceptions.c	(revision 458)
@@ -1547,6 +1547,4 @@
   area *a;
   TCR *tcr = (TCR *)(xpGPR(xp, rcontext));
-  char raw_vectors[34*16];
-  vector_buf vectors = (vector_buf) ((((int) raw_vectors) + 0xf) & ~0xf);
 
   /* Put the active stack pointer where .SPcallback expects it */
@@ -1561,11 +1559,4 @@
 
 
-#ifdef LINUX
-  if (altivec_available) {
-    put_altivec_registers(vectors);
-    xpGPR(xp,PT_MQ) = (LispObj) vectors;
-
-  }
-#endif
 
   /* Call back.
@@ -1578,7 +1569,4 @@
   LOCK(lisp_global(EXCEPTION_LOCK), tcr);
 
-  if (altivec_available) {
-    get_altivec_registers(vectors);
-  }
 
 
