From 5b761ebf55e7f5a5c8bf4b84b14cb6284ed8c826 Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 25 Oct 2001 16:54:21 +0000 Subject: Currently no code does a CROSSJUMP() to sw1a, so we don't need a CROSSJUMPTARGET() for it. Submitted by: bde --- sys/amd64/amd64/cpu_switch.S | 2 -- sys/amd64/amd64/swtch.s | 2 -- 2 files changed, 4 deletions(-) (limited to 'sys/amd64') 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 -- cgit v1.1