summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/asnames.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-12-28 13:36:09 +0000
committerphk <phk@FreeBSD.org>1997-12-28 13:36:09 +0000
commitca105236ff16f62ac2fdcdd9591281b1a4d2995f (patch)
tree6ef7a59affea2db05634530fff8d7f79080cf6d2 /sys/i386/include/asnames.h
parent2608f479cc82a1ffcbd0cec5334d4d4c24a9c0a7 (diff)
downloadFreeBSD-src-ca105236ff16f62ac2fdcdd9591281b1a4d2995f.zip
FreeBSD-src-ca105236ff16f62ac2fdcdd9591281b1a4d2995f.tar.gz
wash, sort and put in order various nits from the i586_ctr -> tsc
commit. Pointed out by: bde
Diffstat (limited to 'sys/i386/include/asnames.h')
-rw-r--r--sys/i386/include/asnames.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/include/asnames.h b/sys/i386/include/asnames.h
index 54a2c6d..beca72b 100644
--- a/sys/i386/include/asnames.h
+++ b/sys/i386/include/asnames.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: asnames.h,v 1.12 1997/12/18 02:09:29 peter Exp $
+ * $Id: asnames.h,v 1.13 1997/12/26 20:41:59 phk Exp $
*/
#ifndef _MACHINE_ASNAMES_H_
@@ -234,9 +234,6 @@
#define _get_isrlock get_isrlock
#define _get_mplock get_mplock
#define _get_syscall_lock get_syscall_lock
-#define _tsc_bias tsc_bias
-#define _tsc_freq tsc_freq
-#define _tsc_multiplier tsc_multiplier
#define _idqs idqs
#define _imen imen
#define _imen_lock imen_lock
@@ -346,6 +343,9 @@
#define _trap trap
#define _trap_by_wrmsr trap_by_wrmsr
#define _trapwrite trapwrite
+#define _tsc_bias tsc_bias
+#define _tsc_freq tsc_freq
+#define _tsc_multiplier tsc_multiplier
#define _tty_imask tty_imask
#define _userconfig_from_boot userconfig_from_boot
#define _vec vec
OpenPOWER on IntegriCloud