Author: laurent Date: 2009-02-17 23:45:41 +0100 (Tue, 17 Feb 2009) New Revision: 455
Modified: openbios-devel/arch/ppc/qemu/start.S Log: remove unused function timer_calib_start
Modified: openbios-devel/arch/ppc/qemu/start.S =================================================================== --- openbios-devel/arch/ppc/qemu/start.S 2009-02-16 18:38:07 UTC (rev 454) +++ openbios-devel/arch/ppc/qemu/start.S 2009-02-17 22:45:41 UTC (rev 455) @@ -410,16 +410,6 @@ GLOBL(of_rtas_end):
- /* used in a hack to the newworld calibration */ -GLOBL(nw_dec_calibration): - .long 0 -GLOBL(timer_calib_start): - lis r3,HA(nw_dec_calibration) - addi r3,r3,LO(nw_dec_calibration) - lwz r3,0(r3) - blr -GLOBL(timer_calib_end): - #define CACHE_LINE_SIZE 32 #define LG_CACHE_LINE_SIZE 5