summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/intr.h
AgeCommit message (Expand)Author
2007-05-25Change the old slow and complicated TLB shootdown code to new, fast andArtur Grabowski
2007-05-16splassert_ctl defaults to 1 now, so dont wrap the checks forThordur I. Bjornsson
2007-05-10evcnt & friends were replaced by a proper interrupt counting mechanism 3 year...Theo de Raadt
2007-05-06Add the mp setperf mechanism to AMD64, like its i386 counterpart it allowsGordon Willem Klok
2006-03-12remove IPL_IMP and splimp().Brad Smith
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2004-06-28Use new event counter API for interrupt counting on amd64. Based in partTheo de Raadt
2004-06-26deinline splraise, spllower and setsoftint.Artur Grabowski
2004-06-25SMP support. Big parts from NetBSD, but with some really serious debuggingArtur Grabowski
2004-05-07spllower should return the previous level, to match other archs.Ted Unangst
2004-01-28an amd64 arch support.Michael Shalayeff