summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-10-25 16:54:21 +0000
committerjhb <jhb@FreeBSD.org>2001-10-25 16:54:21 +0000
commit5b761ebf55e7f5a5c8bf4b84b14cb6284ed8c826 (patch)
tree06caf6cd650dafaefbfe7d3010c557d8fd869c35 /sys/amd64
parent3b0708baaa383752c65fd09bd69d9d79e6857817 (diff)
downloadFreeBSD-src-5b761ebf55e7f5a5c8bf4b84b14cb6284ed8c826.zip
FreeBSD-src-5b761ebf55e7f5a5c8bf4b84b14cb6284ed8c826.tar.gz
Currently no code does a CROSSJUMP() to sw1a, so we don't need a
CROSSJUMPTARGET() for it. Submitted by: bde
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/cpu_switch.S2
-rw-r--r--sys/amd64/amd64/swtch.s2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/amd64/cpu_switch.S b/sys/amd64/amd64/cpu_switch.S
index c664c29..356c937 100644
--- a/sys/amd64/amd64/cpu_switch.S
+++ b/sys/amd64/amd64/cpu_switch.S
@@ -288,8 +288,6 @@ cpu_switch_load_gs:
1:
ret
-CROSSJUMPTARGET(sw1a)
-
#ifdef INVARIANTS
badsw2:
pushl $sw0_2
diff --git a/sys/amd64/amd64/swtch.s b/sys/amd64/amd64/swtch.s
index c664c29..356c937 100644
--- a/sys/amd64/amd64/swtch.s
+++ b/sys/amd64/amd64/swtch.s
@@ -288,8 +288,6 @@ cpu_switch_load_gs:
1:
ret
-CROSSJUMPTARGET(sw1a)
-
#ifdef INVARIANTS
badsw2:
pushl $sw0_2
OpenPOWER on IntegriCloud