Module Name: src Committed By: dyoung Date: Mon Jul 25 21:12:23 UTC 2011
Modified Files: src/sys/arch/landisk/conf: std.landisk src/sys/arch/sh3/conf: files.sh3 src/sys/arch/sh3/include: bus_funcs.h src/sys/arch/sh3/sh3: sh3_machdep.c Added Files: src/sys/arch/sh3/sh3: sh3_bus_space.c Log Message: Move some macros back to sh3/include/bus_funcs.h from sh3/sh3/sh3_machdep.c, where I moved them by mistake. Pull the bus_space(9) routines into a new module, sh3/sh3/sh3_bus_space.c, that is built only on !landisk. Fixes the mmeye and landisk builds. Should fix other sh3 ports. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/landisk/conf/std.landisk cvs rdiff -u -r1.44 -r1.45 src/sys/arch/sh3/conf/files.sh3 cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sh3/include/bus_funcs.h cvs rdiff -u -r0 -r1.1 src/sys/arch/sh3/sh3/sh3_bus_space.c cvs rdiff -u -r1.95 -r1.96 src/sys/arch/sh3/sh3/sh3_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.