Source-Changes-D archive

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

Re: CVS commit: src/sys/arch



> 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.

More leftover?

% grep '[       ]setttb' */*/*.c 
acorn32/acorn32/rpc_machdep.c:  setttb(kernel_l1pt.pv_pa);
acorn32/acorn32/rpc_machdep.c:   * dirty data in the cache. This will have 
happened in setttb()
acorn32/eb7500atx/eb7500atx_machdep.c:  setttb(kernel_l1pt.pv_pa);
acorn32/eb7500atx/eb7500atx_machdep.c:   * dirty data in the cache. This will 
have happened in setttb()
cats/cats/cats_machdep.c:       setttb(kernel_l1pt.pv_pa);
evbarm/g42xxeb/g42xxeb_machdep.c:        * our pagetable by setttb().
evbarm/ixm1200/ixm1200_machdep.c:        * dirty data in the cache. This will 
have happened in setttb()
evbarm/lubbock/lubbock_machdep.c:        * our pagetable by setttb().
iyonix/iyonix/iyonix_machdep.c: setttb(kernel_l1pt.pv_pa);
netwinder/netwinder/netwinder_machdep.c:        setttb(kernel_l1pt.pv_pa);
shark/ofw/ofw.c: *  tables with the setttb() call.
shark/ofw/ofw.c:        setttb(kernel_l1pt.pv_pa);
zaurus/zaurus/machdep.c:        setttb(kernel_l1pt.pv_pa);
% 

---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index