NetBSD/sys/arch/arm
chs 4b2625143d change uvm_uarea_alloc() to indicate whether the returned uarea is already
backed by physical pages (ie. because it reused a previously-freed one),
so that we can skip a bunch of useless work in that case.
this fixes the underlying problem behind PR 18543, and also speeds up fork()
quite a bit (eg. 7% on my pc, 1% on my ultra2) when we get a cache hit.
2002-11-17 08:32:43 +00:00
..
arm Fix compilation errors introduced by recent trace_enter()/ktrsyscall() changes. 2002-11-16 07:40:38 +00:00
arm32 change uvm_uarea_alloc() to indicate whether the returned uarea is already 2002-11-17 08:32:43 +00:00
conf Checkin new interrupt handling code for the footbridge. 2002-11-03 21:43:29 +00:00
footbridge Belatedly correct the copyright notice. I ported the new footbridge IRQ code 2002-11-11 20:44:41 +00:00
fpe-arm remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
include Fix PTE_FLUSH_RANGE macro, it should have had a cnt parameter. 2002-11-12 09:46:37 +00:00
iomd merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
ixp12x0 merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
mainbus Use CFATTACH_DECL(). 2002-10-02 04:55:47 +00:00
ofw Continue the " - . - 8" purge. Specifically: 2002-10-14 22:32:50 +00:00
sa11x0 Dump DDB_* and SYMTAB_SPACE options to opt_ddbparam.h rather than opt_ddb.h. 2002-11-04 06:24:38 +00:00
xscale Restore .Lpmc_intr_return -- ben only removed one of two references to it. 2002-10-25 14:29:37 +00:00
Makefile cats and netwinder can share a common footbridge_intr.h file, so install and 2002-09-28 15:53:03 +00:00