]> git.baikalelectronics.ru Git - kernel.git/commit
i386: remove unused rdtsc() macro
authorH. Peter Anvin <hpa@zytor.com>
Wed, 9 May 2007 07:02:06 +0000 (00:02 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:49:33 +0000 (12:49 -0700)
commitbe94672ad5bac27a6f14c06014e3170ef57820e7
tree454124f8ce577a814fde5edc08b26cdf1138f122
parented026e208e8f5f16af5ed5ef45b316c2d6013a3f
i386: remove unused rdtsc() macro

All users to the two-part rdtsc() macro have already switched to using
rdtscl() or rdtscll().  Remove the now-obsolete macro.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-i386/msr.h
include/asm-i386/paravirt.h