summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2007-06-07 01:53:29 +0000
committerdavidxu <davidxu@FreeBSD.org>2007-06-07 01:53:29 +0000
commit17322fae9255d7a77592c51394e7eee3d78e7db1 (patch)
tree101614c2c8f6d4155324757af2cfe41ed7c2939b /sys/ia64
parent6a4de3c0ba4fc8a9b4c26f2e39e15c24cd6e8432 (diff)
downloadFreeBSD-src-17322fae9255d7a77592c51394e7eee3d78e7db1.zip
FreeBSD-src-17322fae9255d7a77592c51394e7eee3d78e7db1.tar.gz
Fix compiling error.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index d457d1c..506de60 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -371,7 +371,6 @@ cpu_switch(struct thread *old, struct thread *new, struct mtx *mtx)
oldpcb->pcb_current_pmap =
pmap_switch(newpcb->pcb_current_pmap);
PCPU_SET(curthread, new);
- PCPU_SET(curtid, new->td_tid);
#ifdef COMPAT_IA32
ia32_restorectx(newpcb);
#endif
OpenPOWER on IntegriCloud