Source-Changes-HG archive

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

[src/sommerfeld_i386mp_1]: src/sys/arch/i386/i386 Replace "cpu_info_store" wi...



details:   https://anonhg.NetBSD.org/src/rev/2228c026989b
branches:  sommerfeld_i386mp_1
changeset: 482357:2228c026989b
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Mon Jan 08 15:21:56 2001 +0000

description:
Replace "cpu_info_store" with "cpu_info_primary"

diffstat:

 sys/arch/i386/i386/locore.s |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 84c4f79fd652 -r 2228c026989b sys/arch/i386/i386/locore.s
--- a/sys/arch/i386/i386/locore.s       Mon Jan 08 13:57:23 2001 +0000
+++ b/sys/arch/i386/i386/locore.s       Mon Jan 08 15:21:56 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.215.2.19 2001/01/07 22:59:23 sommerfeld Exp $     */
+/*     $NetBSD: locore.s,v 1.215.2.20 2001/01/08 15:21:56 sommerfeld Exp $     */
 
 /*-
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -182,7 +182,7 @@
        
 #define CLEAR_RESCHED(treg)                             \
        xorl    %eax,%eax                               ;\
-       movl    %eax,_C_LABEL(cpu_info_store)+CPU_INFO_RESCHED          ; 
+       movl    %eax,_C_LABEL(cpu_info_primary)+CPU_INFO_RESCHED                ; 
        
 #endif
 
@@ -2554,7 +2554,7 @@
        GET_CPUINFO(%eax)
        pushl   %eax
 #else
-       pushl   _C_LABEL(cpu_info_store)                
+       pushl   _C_LABEL(cpu_info_primary)              
 #endif
        call    _C_LABEL(npxdna)
        addl    $4,%esp



Home | Main Index | Thread Index | Old Index