On Mon, 2010-02-01 at 09:07 -0800, David Daney wrote: > Wu Zhangjin wrote: > > > + "dmultu\t%[cnt],%[mult]\n\t" > > + "nor\t%[t1],$0,%[shift]\n\t" > > + "mfhi\t%[t2]\n\t" > > + "mflo\t%[t3]\n\t" > > + "dsll\t%[t2],%[t2],1\n\t" > > + "dsrlv\t%[rv],%[t3],%[shift]\n\t" > > + "dsllv\t%[t1],%[t2],%[t1]\n\t" > > This is unlikely to work in 32-bit kernels. So, before the 32-bit version is out, can we make it depends on CONFIG_64BIT? Thanks & Regards, Wu Zhangjin