> > > +static inline bool large_dec_supp(void) > > > +{ > > > + return cpu_has_feature(CPU_FTR_ARCH_300); > > > +} > > > + > > Can we rename this to is_large_dec()? > Honestly, I don't like either. How about have_large_dec() ? How about cpu_has_large_dec() like the underlying call? Mikey