Index: macppc/machdep.c
===================================================================
RCS file: /cvs/src/sys/arch/macppc/macppc/machdep.c,v
retrieving revision 1.165
diff -u -p -r1.165 machdep.c
--- macppc/machdep.c	10 Dec 2014 15:29:53 -0000	1.165
+++ macppc/machdep.c	23 Dec 2014 00:15:25 -0000
@@ -406,8 +406,8 @@ initppc(startkernel, endkernel, args)
 		Debugger();
 #endif
 
-        pool_init(&ppc_vecpl, sizeof(struct vreg), 16, 0, 0, "ppcvec", NULL);
-
+        pool_init(&ppc_vecpl, sizeof(struct vreg), 16, 0, 0, "ppcvec",
+	    &pool_allocator_nointr);
 }
 
 void
