[PATCH v2 1/2] powerpc/timer - large decrementer support

Michael Neuling mikey at neuling.org
Mon May 9 21:26:22 AEST 2016


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


More information about the Linuxppc-dev mailing list