Re: [PATCH v2 08/17] baycom_epp: Replace rdtscl() with native_read_tsc()

2015-06-15 Thread Andy Lutomirski
On Sat, Jun 13, 2015 at 3:45 AM, walter harms wrote: > Hello, > please add a line what is the difference between V1 and V2. > There is none. v1 was screwed up elsewhere in the series. This is part of a larger series to clean up the rdtsc inlines and macros. I'm hoping for an ack so this can go

Re: [PATCH v2 08/17] baycom_epp: Replace rdtscl() with native_read_tsc()

2015-06-13 Thread walter harms
Hello, please add a line what is the difference between V1 and V2. re, wh Am 13.06.2015 01:44, schrieb Andy Lutomirski: > This is only used if BAYCOM_DEBUG is defined. > > Cc: Thomas Sailer > Cc: linux-h...@vger.kernel.org > Signed-off-by: Andy Lutomirski > --- > drivers/net/hamradio/baycom_

[PATCH v2 08/17] baycom_epp: Replace rdtscl() with native_read_tsc()

2015-06-12 Thread Andy Lutomirski
This is only used if BAYCOM_DEBUG is defined. Cc: Thomas Sailer Cc: linux-h...@vger.kernel.org Signed-off-by: Andy Lutomirski --- 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/bayco