freebsd-skq/sys/mips
Randall Stewart 9b84f07357 This hopefully will fix the network problem I was seeing.
Basically the msg ring interrupt was being re-enabled
inside a spinlock as the thread set it self up for rescheduling.
This won't work since inside the re-enable is another
spin lock.. which means on return from the reenable
the  interrupts have been reenabled. Thus you would
get a clock int and end up panicing holding a spin
lock to long :-o
2010-01-22 14:25:17 +00:00
..
adm5120 Merge from projects/mips to head by hand: 2010-01-10 20:11:10 +00:00
alchemy Rename mips_pcpu_init to mips_pcpu0_init since it applies only to the 2010-01-09 03:08:22 +00:00
atheros - Remove unnecessary register writes in activate_device 2010-01-21 00:15:59 +00:00
cavium Don't clear bss/sbss. The boot loader already does this. In addition, 2010-01-22 09:23:34 +00:00
compile
conf Move the examples for the 'hints' and 'env' keywords from various GENERIC 2010-01-19 17:20:34 +00:00
idt Merge from projects/mips to head by hand: 2010-01-10 19:39:08 +00:00
include Get rid of unused function MipsTLBInvalidException(). 2010-01-20 14:21:28 +00:00
malta Merge from projects/mips to head by hand: 2010-01-10 20:06:14 +00:00
mips Remove duplicate bootverbose increment. 2010-01-22 11:52:12 +00:00
rmi This hopefully will fix the network problem I was seeing. 2010-01-22 14:25:17 +00:00
sentry5 Merge from projects/mips to head by hand: 2010-01-10 20:09:30 +00:00
sibyte Remove redundant interrupt mapper code. We don't need to disable the 2010-01-11 17:14:46 +00:00