24 May 2008 02:05
Re: removing ci_divisor_recip in mips struct cpu_info
Andrew Doran <ad <at> netbsd.org>
2008-05-24 00:05:18 GMT
2008-05-24 00:05:18 GMT
On Sat, May 24, 2008 at 08:30:23AM +0900, Izumi Tsutsui wrote: > Index: sys/arch/mips/include/cpu.h > =================================================================== > RCS file: /cvsroot/src/sys/arch/mips/include/cpu.h,v > retrieving revision 1.89 > diff -u -r1.89 cpu.h > --- sys/arch/mips/include/cpu.h 27 Feb 2008 18:26:16 -0000 1.89 > +++ sys/arch/mips/include/cpu.h 23 May 2008 18:13:40 -0000 > <at> <at> -58,8 +58,6 <at> <at> > u_long ci_cpu_freq; /* CPU frequency */ > u_long ci_cycles_per_hz; /* CPU freq / hz */ > u_long ci_divisor_delay; /* for delay/DELAY */ > - u_long ci_divisor_recip; /* scaled reciprocal of previous; > - see below */ How about "u_long unused" so the layout does not change? Thanks, Andrew
RSS Feed