Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/i386 remove unneeded cpu_feature declaration



details:   https://anonhg.NetBSD.org/src/rev/ed39a684a870
branches:  trunk
changeset: 548409:ed39a684a870
user:      drochner <drochner%NetBSD.org@localhost>
date:      Thu Jun 26 16:48:18 2003 +0000

description:
remove unneeded cpu_feature declaration

diffstat:

 sys/arch/i386/i386/mptramp.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ac1c53513875 -r ed39a684a870 sys/arch/i386/i386/mptramp.S
--- a/sys/arch/i386/i386/mptramp.S      Thu Jun 26 16:47:15 2003 +0000
+++ b/sys/arch/i386/i386/mptramp.S      Thu Jun 26 16:48:18 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mptramp.S,v 1.3 2003/04/08 23:48:49 thorpej Exp $      */
+/*     $NetBSD: mptramp.S,v 1.4 2003/06/26 16:48:18 drochner Exp $     */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -118,7 +118,7 @@
 #endif
 
         .globl  _C_LABEL(cpu),_C_LABEL(cpu_id),_C_LABEL(cpu_vendor)
-       .globl  _C_LABEL(cpuid_level),_C_LABEL(cpu_feature)
+       .globl  _C_LABEL(cpuid_level)
        .globl  _C_LABEL(mpidle)
 
        .global _C_LABEL(cpu_spinup_trampoline)



Home | Main Index | Thread Index | Old Index