From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3r3Kp65r0JzDq5m for ; Mon, 9 May 2016 21:26:22 +1000 (AEST) Message-ID: <1462793182.21401.7.camel@neuling.org> Subject: Re: [PATCH v2 1/2] powerpc/timer - large decrementer support From: Michael Neuling To: oliver , Balbir Singh Cc: linuxppc-dev@lists.ozlabs.org, Jack Miller Date: Mon, 09 May 2016 21:26:22 +1000 In-Reply-To: References: <1462347433-26150-1-git-send-email-oohall@gmail.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > > +static inline bool large_dec_supp(void) > > > +{ > > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0return cpu_has_feature(CPU_FTR_ARCH_30= 0); > > > +} > > > + > > 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