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 remove unused and undefined .globl



details:   https://anonhg.NetBSD.org/src/rev/dfc70ab0c9ba
branches:  trunk
changeset: 325929:dfc70ab0c9ba
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Jan 11 19:31:47 2014 +0000

description:
remove unused and undefined .globl

diffstat:

 sys/arch/amd64/amd64/mptramp.S |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 6b1ff8a15c8b -r dfc70ab0c9ba sys/arch/amd64/amd64/mptramp.S
--- a/sys/arch/amd64/amd64/mptramp.S    Sat Jan 11 19:13:41 2014 +0000
+++ b/sys/arch/amd64/amd64/mptramp.S    Sat Jan 11 19:31:47 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mptramp.S,v 1.15 2013/06/22 13:09:07 uebayasi Exp $    */
+/*     $NetBSD: mptramp.S,v 1.16 2014/01/11 19:31:47 jakllsch Exp $    */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -114,8 +114,6 @@
        .global _C_LABEL(mp_pdirpa)
        .global _C_LABEL(local_apic)
 
-       .globl  gdt64
-
        .text
        .align 4,0x0
        .code16



Home | Main Index | Thread Index | Old Index