CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/22 10:45:20
Modified files:
sys/arch/amd64/include: bus.h
sys/arch/i386/conf: files.i386
sys/arch/i386/include: bus.h
Added files:
sys/arch/i386/i386: bus_space.c
Log message:
same change as for amd64. Move bus_space_* functions from inlines and
defines into real functions. since machdep.c is cluttered as it is move them
into bus_space.c (like amd64). a later commit will move the stuff from machdep
across too. since machdep.c is cluttered as it is move them into bus_space.c
(like amd64). a later commit will move the stuff from machdep across too.
some shrinkage stats:
GENERIC.MP 209.66kb
RAMDISK 50.84kb
RAMDISKB 50.04kb
RAMDISC 36.28kb
RAMDISK_CD 168.03kb
don't fill it up all at once!
claudio found no network performance hit. toby thought the code went
looked alright. art@ ok.