Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k Remove the variable not used anymore.



details:   https://anonhg.NetBSD.org/src/rev/091ad4bf1119
branches:  trunk
changeset: 331106:091ad4bf1119
user:      isaki <isaki%NetBSD.org@localhost>
date:      Thu Jul 31 14:41:19 2014 +0000

description:
Remove the variable not used anymore.
sync with x68k/pmap_bootstrap.c,v 1.21 (in 2001).

diffstat:

 sys/arch/x68k/include/cpu.h |  3 +--
 sys/arch/x68k/x68k/locore.s |  5 +----
 2 files changed, 2 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 16ec2552d941 -r 091ad4bf1119 sys/arch/x68k/include/cpu.h
--- a/sys/arch/x68k/include/cpu.h       Thu Jul 31 14:12:57 2014 +0000
+++ b/sys/arch/x68k/include/cpu.h       Thu Jul 31 14:41:19 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.57 2013/10/19 19:21:00 christos Exp $        */
+/*     $NetBSD: cpu.h,v 1.58 2014/07/31 14:41:19 isaki Exp $   */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -125,7 +125,6 @@
  */
 
 #ifdef _KERNEL
-extern int machineid;
 extern uint8_t *intiobase;
 extern uint8_t *intiolimit;
 
diff -r 16ec2552d941 -r 091ad4bf1119 sys/arch/x68k/x68k/locore.s
--- a/sys/arch/x68k/x68k/locore.s       Thu Jul 31 14:12:57 2014 +0000
+++ b/sys/arch/x68k/x68k/locore.s       Thu Jul 31 14:41:19 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.117 2014/03/22 21:49:18 tsutsui Exp $     */
+/*     $NetBSD: locore.s,v 1.118 2014/07/31 14:41:19 isaki Exp $       */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -938,9 +938,6 @@
  * Misc. global variables.
  */
        .data
-GLOBAL(machineid)
-       .long   0                       | default to X68030
-
 GLOBAL(mmutype)
        .long   MMU_68030               | default to 030 internal MMU
 



Home | Main Index | Thread Index | Old Index