Module Name:    src
Committed By:   isaki
Date:           Fri Sep 28 04:13:24 UTC 2018

Modified Files:
        src/sys/arch/luna68k/stand/boot: locore.S

Log Message:
Remove unused variable.
OK'ed by tsutsui@.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/luna68k/stand/boot/locore.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/luna68k/stand/boot/locore.S
diff -u src/sys/arch/luna68k/stand/boot/locore.S:1.12 src/sys/arch/luna68k/stand/boot/locore.S:1.13
--- src/sys/arch/luna68k/stand/boot/locore.S:1.12	Fri Sep 28 03:53:59 2018
+++ src/sys/arch/luna68k/stand/boot/locore.S	Fri Sep 28 04:13:24 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.S,v 1.12 2018/09/28 03:53:59 isaki Exp $	*/
+/*	$NetBSD: locore.S,v 1.13 2018/09/28 04:13:24 isaki Exp $	*/
 
 /*
  * Copyright (c) 1992 OMRON Corporation.
@@ -202,11 +202,6 @@ ASENTRY_NOPROFILE(start1)
 	movw	#PSL_HIGHIPL,%sr	| no interrupts
 	movl	#STACK,%sp		| set SP
 
-	movl	#_C_LABEL(prgcore), %a2	| save program address
-	movl	#_ASM_LABEL(Reset), %a2@+	| save start of core
-	movl	#_C_LABEL(end),  %a2@+	| save end of core
-	movl	#STACK, %a2@		| save initial stack addr
-
 /* clear BSS area */
 	movl	#_C_LABEL(edata),%a2	| start of BSS
 	movl	#_C_LABEL(end),%a3	| end
@@ -765,11 +760,6 @@ ENTRY(spl7)
  * Memory Information Field for secondary booter memory allocator
  */
 
-GLOBAL(prgcore)
-	.long	0
-	.long	0
-	.long	0
-
 ASLOCAL(gotoROM)
 	.long	0
 

Reply via email to