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:   matt
Date:           Thu Aug 16 18:22:48 UTC 2012

Modified Files:
        src/sys/arch/acorn32/acorn32: rpc_machdep.c
        src/sys/arch/acorn32/eb7500atx: eb7500atx_machdep.c
        src/sys/arch/arm/arm: cpufunc.c
        src/sys/arch/arm/arm32: arm32_machdep.c locore.S
        src/sys/arch/arm/include/arm32: machdep.h
        src/sys/arch/cats/cats: cats_machdep.c
        src/sys/arch/evbarm/adi_brh: brh_machdep.c
        src/sys/arch/evbarm/armadillo: armadillo9_machdep.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/marvell: marvell_machdep.c
        src/sys/arch/evbarm/mini2440: mini2440_machdep.c
        src/sys/arch/evbarm/mmnet: mmnet_machdep.c
        src/sys/arch/evbarm/mpcsa: mpcsa_machdep.c
        src/sys/arch/evbarm/netwalker: netwalker_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/rpi: rpi_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: pxa2x0_hpc_machdep.c sa11x0_hpc_machdep.c
        src/sys/arch/iyonix/iyonix: iyonix_machdep.c
        src/sys/arch/netwinder/netwinder: netwinder_machdep.c
        src/sys/arch/zaurus/zaurus: machdep.c

Log Message:
Move the standard definitions of the {UND,IRQ,FIQ,ABT}_STACK_SIZE to
<arm32/machdep.h>
Move the extern for cpu_reset_address to the same file.
Add cpu_reset_address_paddr.
Kill cpu_reset_v4_MMU_disable.
if cpu_reset_address is NULL, then the MMU will be disabled.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/acorn32/acorn32/rpc_machdep.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/arm/arm/cpufunc.c
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/arm/arm32/arm32_machdep.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/arm32/locore.S
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/include/arm32/machdep.h
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/cats/cats/cats_machdep.c
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/evbarm/adi_brh/brh_machdep.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/armadillo/armadillo9_machdep.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/gemini/gemini_machdep.c
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/gumstix/gumstix_machdep.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/hdl_g/hdlg_machdep.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/imx31/imx31lk_machdep.c
cvs rdiff -u -r1.70 -r1.71 \
    src/sys/arch/evbarm/integrator/integrator_machdep.c
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/evbarm/iq80310/iq80310_machdep.c
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/evbarm/iq80321/iq80321_machdep.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/evbarm/lubbock/lubbock_machdep.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/marvell/marvell_machdep.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/mini2440/mini2440_machdep.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/mmnet/mmnet_machdep.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/mpcsa/mpcsa_machdep.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/netwalker/netwalker_machdep.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbarm/nslu2/nslu2_machdep.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/osk5912/osk5912_machdep.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/rpi/rpi_machdep.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/tisdp24xx/sdp24xx_machdep.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/tsarm/tsarm_machdep.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbarm/viper/viper_machdep.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/iyonix/iyonix/iyonix_machdep.c
cvs rdiff -u -r1.77 -r1.78 \
    src/sys/arch/netwinder/netwinder/netwinder_machdep.c
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/zaurus/zaurus/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