summaryrefslogtreecommitdiff
path: root/ioapic.c
AgeCommit message (Expand)Author
2009-07-11trap cleanupRuss Cox
2009-03-08be consistent: no underscores in function namesrsc
2007-12-20oops - wrong bit (vic zandy)rsc
2007-08-28comments; rename irq_ to pic_rsc
2007-08-27delete unnecessary #include linesrsc
2007-08-27Simplify MP hardware code.rsc
2006-09-08formatting nitsrsc
2006-09-08consistency.kaashoek
2006-09-07run without lapic and ioapic, if they are not presentkaashoek
2006-09-06standardize various * conventionsrsc
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc
2006-09-03nitskaashoek
2006-08-13fix iget() bug that allocated in-use inode[] entriesrtm
2006-08-11fix deadlock---iput(dp) asapkaashoek
2006-08-08fix race in holding() check in acquire()rtm
2006-08-04better interrupt plan---this one appears to workkaashoek