cvs commit: src/sys/kern kern_slaballoc.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jun 7 13:35:14 PDT 2007
dillon 2007/06/07 13:34:14 PDT
DragonFly src repository
Modified files:
sys/kern kern_slaballoc.c
Log:
Use the slab cache for PAGE_SIZE and PAGE_SIZE*2 sized allocations. This
reduces the number of SMP page invals the ELF loader and mmio have to do
for operations that occur on a single cpu.
Revision Changes Path
1.50 +4 -2 src/sys/kern/kern_slaballoc.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_slaballoc.c.diff?r1=1.49&r2=1.50&f=u
More information about the Commits
mailing list