summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/hpcmips/interrupt.c
AgeCommit message (Expand)Author
2015-06-26#include <mips/locore.h>matt
2015-06-09#include <sys/cpu.h> and/or <mips/cpuregs.h> + other include fixesmatt
2011-02-20Merge forward matt-nb5-mips64matt
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2009-12-15convert all mips cpu_intr() to have the standardmrg
2009-12-14Merge from matt-nb5-mips64matt
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-04Account ci_idepth in VR_INTR() and TX_INTR, rather than cpu_intr() intsutsui
2007-12-03Interrupt handling changes, in discussion since February:ad
2006-12-21merge yamt-splraiseipl branch.yamt
2005-12-11merge ktrace-lwp.christos
2003-07-15__KERNEL_RCSID()lukem
2002-01-29simpify.uch
2002-01-02VR41XX/TX3922 common kernel.uch
2001-11-23add missing simple_lock_init.uch
2001-09-23improve interrupt response.uch
2001-09-15switch from splvec to ipl_sr_bits.uch
2001-09-15remove unneeded #includeuch
2001-06-13Generic softintr for hpcmips.enami