From mboxrd@z Thu Jan 1 00:00:00 1970 From: walter harms Subject: Re: [PATCH v3 08/18] baycom_epp: Replace rdtscl() with native_read_tsc() Date: Sat, 20 Jun 2015 15:54:00 +0200 Message-ID: <55857078.8060504@bfs.de> References: <1195ce0c7f34169ff3006341b77806184a46b9bf.1434501121.git.luto@kernel.org> Reply-To: wharms@bfs.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: x86@kernel.org, Borislav Petkov , Peter Zijlstra , John Stultz , linux-kernel@vger.kernel.org, Len Brown , Huang Rui , Denys Vlasenko , kvm@vger.kernel.org, Ralf Baechle , Thomas Sailer , linux-hams@vger.kernel.org To: Andy Lutomirski Return-path: In-Reply-To: <1195ce0c7f34169ff3006341b77806184a46b9bf.1434501121.git.luto@kernel.org> Sender: linux-hams-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Acked-by: walter harms Am 17.06.2015 02:35, schrieb Andy Lutomirski: > This is only used if BAYCOM_DEBUG is defined. > > Cc: walter harms > Cc: Ralf Baechle > Cc: Thomas Sailer > Cc: linux-hams@vger.kernel.org > Signed-off-by: Andy Lutomirski > --- > > I'm hoping for an ack for this to go through -tip. > > drivers/net/hamradio/baycom_epp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/hamradio/baycom_epp.c b/drivers/net/hamradio/baycom_epp.c > index 83c7cce0d172..44e5c3b5e0af 100644 > --- a/drivers/net/hamradio/baycom_epp.c > +++ b/drivers/net/hamradio/baycom_epp.c > @@ -638,7 +638,7 @@ static int receive(struct net_device *dev, int cnt) > #define GETTICK(x) \ > ({ \ > if (cpu_has_tsc) \ > - rdtscl(x); \ > + x = (unsigned int)native_read_tsc(); \ > }) > #else /* __i386__ */ > #define GETTICK(x) -- To unsubscribe from this list: send the line "unsubscribe linux-hams" in