summaryrefslogtreecommitdiffstats
path: root/sys/arch/powerpc/include/trap.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Handle AltiVec Assist exceptions. Fixes a panic when running crashme.kettenis2007-04-261-1/+2
| | | | ok thib@, deraadt@
* managment -> management;jmc2003-04-261-2/+2
| | | | ok mickey@
* Add AltiVec support to powerpc/macppc. This is not currently enabled becausedrahn2001-11-131-3/+2
| | | | | | | the 'as' in openbsd source tree does not yet support altivec instructions. The pieces to enable it have been put in macppc/conf/GENERIC and macppc/conf/Makefile.macppc in comments. Once 'as' is updated the kernel option should be removed.
* The "powerpc" port which has supported the newer Apple Macintosh powerpc baseddrahn2001-09-011-4/+5
| | | | | | | | | | | | | | is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/include to macppc/include Some files were not "moved" but wrapper files were created which include the powerpc/include version. Several of the powerpc/include files where changed to reflect that they are POWERPC_* not MACHINE_*.
* Hack/workaround for gcc bug. GCC will generate a load/store double instructiondrahn2001-06-101-1/+18
| | | | | | | | to do data copies, however it will not correctly identify that a load/store double will not correctly copy data where the address is misaligned. This emulates the load/store double operations in the kernel. Fixes gtk+ runtime problems. From NetBSD.
* Add OpenBSD tag to headers missing them.drahn2001-03-291-0/+1
|
* Check-in of powerpc kernel support.rahnds1996-12-211-0/+67
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.