Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   uebayasi
Date:           Sat Dec 26 16:01:25 UTC 2009

Modified Files:
        src/sys/arch/arm/at91: at91bus.c
        src/sys/arch/evbarm/adi_brh: brh_machdep.c
        src/sys/arch/evbarm/armadillo: armadillo9_machdep.c
        src/sys/arch/evbarm/beagle: beagle_machdep.c
        src/sys/arch/evbarm/evbarm: initarm_common.c
        src/sys/arch/evbarm/g42xxeb: g42xxeb_machdep.c
        src/sys/arch/evbarm/gemini: gemini_machdep.c
        src/sys/arch/evbarm/gumstix: gumstix_machdep.c
        src/sys/arch/evbarm/hdl_g: hdlg_machdep.c
        src/sys/arch/evbarm/imx31: imx31lk_machdep.c
        src/sys/arch/evbarm/integrator: integrator_machdep.c
        src/sys/arch/evbarm/iq80310: iq80310_machdep.c
        src/sys/arch/evbarm/iq80321: iq80321_machdep.c
        src/sys/arch/evbarm/ixdp425: ixdp425_machdep.c
        src/sys/arch/evbarm/ixm1200: ixm1200_machdep.c
        src/sys/arch/evbarm/lubbock: lubbock_machdep.c
        src/sys/arch/evbarm/npwr_fc: npwr_fc_machdep.c
        src/sys/arch/evbarm/nslu2: nslu2_machdep.c
        src/sys/arch/evbarm/osk5912: osk5912_machdep.c
        src/sys/arch/evbarm/smdk2xx0: smdk2410_machdep.c smdk2800_machdep.c
        src/sys/arch/evbarm/tisdp24xx: sdp24xx_machdep.c
        src/sys/arch/evbarm/tsarm: tsarm_machdep.c
        src/sys/arch/evbarm/viper: viper_machdep.c
        src/sys/arch/hpcarm/hpcarm: hpc_machdep.c

Log Message:
Use cpu_* prefix to call cpu_* functions (setttb() -> cpu_setttb()); no
functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/at91/at91bus.c
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/evbarm/adi_brh/brh_machdep.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/armadillo/armadillo9_machdep.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/beagle/beagle_machdep.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/evbarm/initarm_common.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/gemini/gemini_machdep.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/gumstix/gumstix_machdep.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/hdl_g/hdlg_machdep.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/imx31/imx31lk_machdep.c
cvs rdiff -u -r1.65 -r1.66 \
    src/sys/arch/evbarm/integrator/integrator_machdep.c
cvs rdiff -u -r1.77 -r1.78 src/sys/arch/evbarm/iq80310/iq80310_machdep.c
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/evbarm/iq80321/iq80321_machdep.c
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/lubbock/lubbock_machdep.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/nslu2/nslu2_machdep.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/osk5912/osk5912_machdep.c
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/tisdp24xx/sdp24xx_machdep.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/tsarm/tsarm_machdep.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/viper/viper_machdep.c
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/hpcarm/hpcarm/hpc_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index