Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/amd64 Don't need gdtstore here.
details: https://anonhg.NetBSD.org/src/rev/830ace07217d
branches: trunk
changeset: 352318:830ace07217d
user: maxv <maxv%NetBSD.org@localhost>
date: Sat Mar 25 15:07:21 2017 +0000
description:
Don't need gdtstore here.
diffstat:
sys/arch/amd64/amd64/locore.S | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 9ed8415c6d25 -r 830ace07217d sys/arch/amd64/amd64/locore.S
--- a/sys/arch/amd64/amd64/locore.S Sat Mar 25 15:05:16 2017 +0000
+++ b/sys/arch/amd64/amd64/locore.S Sat Mar 25 15:07:21 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index