summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-01-18 06:42:42 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-01-18 06:42:42 +0000
commitf99d64bc8026953fb7714cec81dd7bd7dcf66136 (patch)
tree0a8b4a269f47d82789d21c8a3818aa5d2be2575b /sys/i386
parentb861e994d1bd82d36f7a74d5ca061dd8230b9a9e (diff)
downloadFreeBSD-src-f99d64bc8026953fb7714cec81dd7bd7dcf66136.zip
FreeBSD-src-f99d64bc8026953fb7714cec81dd7bd7dcf66136.tar.gz
Eliminate a stale instruction introduced in revision 1.136.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/swtch.s1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/i386/swtch.s b/sys/i386/i386/swtch.s
index 2c7d096..d4f50fe 100644
--- a/sys/i386/i386/swtch.s
+++ b/sys/i386/i386/swtch.s
@@ -145,7 +145,6 @@ ENTRY(cpu_switch)
#endif
/* Save is done. Now fire up new thread. Leave old vmspace. */
- movl %ecx,%edi
movl 8(%esp),%ecx /* New thread */
#ifdef INVARIANTS
testl %ecx,%ecx /* no thread? */
OpenPOWER on IntegriCloud