Module Name:    src
Committed By:   maxv
Date:           Sat Mar 25 15:07:21 UTC 2017

Modified Files:
        src/sys/arch/amd64/amd64: locore.S

Log Message:
Don't need gdtstore here.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sys/arch/amd64/amd64/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/amd64/amd64/locore.S
diff -u src/sys/arch/amd64/amd64/locore.S:1.122 src/sys/arch/amd64/amd64/locore.S:1.123
--- src/sys/arch/amd64/amd64/locore.S:1.122	Thu Mar 23 17:25:51 2017
+++ src/sys/arch/amd64/amd64/locore.S	Sat Mar 25 15:07:21 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.S,v 1.122 2017/03/23 17:25:51 maxv Exp $	*/
+/*	$NetBSD: locore.S,v 1.123 2017/03/25 15:07:21 maxv Exp $	*/
 
 /*
  * Copyright-o-rama!
@@ -329,7 +329,6 @@
 	.globl	_C_LABEL(bootinfo)
 	.globl	_C_LABEL(biosbasemem)
 	.globl	_C_LABEL(biosextmem)
-	.globl	_C_LABEL(gdtstore)
 
 	.type	_C_LABEL(tablesize), @object
 _C_LABEL(tablesize):	.long	TABLESIZE

Reply via email to