aboutsummaryrefslogtreecommitdiff
path: root/sys/sun4v/include/pcb.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove actual files supporting sun4v.Attilio Rao2011-05-141-68/+0
| | | | | | | Approved by: re Notes: svn path=/head/; revision=221870
* Convert the remainder of the low hanging fruits regarding includingMarius Strobl2007-01-191-1/+7
| | | | | | | | | | | headers in .S directly rather than getting to their macros through genassym.c/assym.s so there are less headers genassym.c has to be kept in sync with. While at it fix some stytle(9) bugs (indentation, prototype format, sort headers, etc) and remove trailing whitespace. Notes: svn path=/head/; revision=166105
* - Explicitly name the fields in pcb that we use to store trap state for laterKip Macy2006-11-291-1/+6
| | | | | | | | | | | | | retrieval, rather than using pad - save the fault address in sfar for use by the alignment fixup handler - mask off the trap number, so the context id doesn't confuse the UT_MAX comparison This change fixes alignment fixup handling which is needed for traceroute to work in spite of its copious unaligned accesses Notes: svn path=/head/; revision=164737
* placate Grim Reaper with sun4v supportKip Macy2006-10-051-0/+57
Notes: svn path=/head/; revision=163022