aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/sparc64/interrupt.S
Commit message (Expand)AuthorAgeFilesLines
* Rename assym.s to assym.incEd Maste2018-03-201-1/+1
* Revert bogus part of r241740.Marius Strobl2013-01-031-4/+5
* - Remove an unused header.Marius Strobl2012-10-191-6/+4
* UltraSPARC-IV CPUs seem to be affected by a not publicly documentedMarius Strobl2011-07-021-0/+24
* Add a hack for SPARC64 V CPUs, which set some undocumented bits in theMarius Strobl2010-05-021-2/+5
* Don't use an out register to hold the vector number across the callMarius Strobl2009-12-231-11/+11
* Convert the remainder of the low hanging fruits regarding includingMarius Strobl2007-01-191-0/+1
* - Since critical sections no longer raise the processor interrupt level toMarius Strobl2006-04-171-12/+20
* - MFi386: sys/i386/i386/intr_machdep.c rev. 1.11Marius Strobl2005-04-161-7/+8
* add support for interrupt counting on sparc64. This copies part of theJohn-Mark Gurney2003-07-161-1/+12
* - Fix placement of cvs ids in previous commit to match .S files in libc.Jake Burkholder2003-04-291-3/+3
* I was wrong, the ENTRY bits in asm.h did have a purpose -- for userland.David E. O'Brien2003-04-261-2/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Use the meaningful mnemonics for ancillary state registers now that gasJake Burkholder2002-12-291-1/+1
* Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, toJake Burkholder2002-09-281-4/+4
* Moved most interrupt related code to a new file, interrupt.S.Jake Burkholder2002-09-281-0/+183