Re: [PATCH v3 13/18] x86/tsc: Rename native_read_tsc() to rdtsc()

2015-06-24 Thread Borislav Petkov
On Tue, Jun 16, 2015 at 05:36:01PM -0700, Andy Lutomirski wrote: Now that there is no paravirt TSC, the native is inappropriate. The function does RDTSC, so give it the obvious name: rdtsc() Suggested-by: Borislav Petkov b...@suse.de Signed-off-by: Andy Lutomirski l...@kernel.org ---

[PATCH v3 13/18] x86/tsc: Rename native_read_tsc() to rdtsc()

2015-06-16 Thread Andy Lutomirski
Now that there is no paravirt TSC, the native is inappropriate. The function does RDTSC, so give it the obvious name: rdtsc() Suggested-by: Borislav Petkov b...@suse.de Signed-off-by: Andy Lutomirski l...@kernel.org --- arch/x86/boot/compressed/aslr.c | 2 +-