summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include/intr.h
AgeCommit message (Expand)Author
2006-10-05Make sun3 use common sun68k/sun68k/isr.c, sun68k/include/cpu.h andtsutsui
2006-03-29implement splraiseipl() for sun2 and sun3. reviewed by Izumi Tsutsui.yamt
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-01-22de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.chs
2001-12-16Make this compile with new toolchain.gmcgarry
2001-05-28move the spl*() and IPL_* definitions to intr.h.chs