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/afe8fe69c10d
branches:  trunk
changeset: 822569:afe8fe69c10d
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 d63577902b01 -r afe8fe69c10d 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