svn commit: r292072 - head/sys/powerpc/powerpc

Justin Hibbits jhibbits at FreeBSD.org
Fri Dec 11 01:30:21 UTC 2015


Author: jhibbits
Date: Fri Dec 11 01:30:20 2015
New Revision: 292072
URL: https://svnweb.freebsd.org/changeset/base/292072

Log:
  Follow up to r292071.  Actually handle the Altivec Assist for book-e.

Modified:
  head/sys/powerpc/powerpc/trap.c

Modified: head/sys/powerpc/powerpc/trap.c
==============================================================================
--- head/sys/powerpc/powerpc/trap.c	Fri Dec 11 01:23:18 2015	(r292071)
+++ head/sys/powerpc/powerpc/trap.c	Fri Dec 11 01:30:20 2015	(r292072)
@@ -252,6 +252,7 @@ trap(struct trapframe *frame)
 			enable_fpu(td);
 			break;
 
+		case EXC_VECAST_E:
 		case EXC_VECAST_G4:
 		case EXC_VECAST_G5:
 			/*


More information about the svn-src-head mailing list