summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-06-07 18:36:58 +0000
committermarcel <marcel@FreeBSD.org>2007-06-07 18:36:58 +0000
commitdc29a4eb643e4e3d15b1b9d3ce356451106c984d (patch)
tree1b15ae20e41ca152bda43612210d4cd3912cbe01 /sys/ia64
parenta137153bff49a2a76fe3dd3b29271adafe05a671 (diff)
downloadFreeBSD-src-dc29a4eb643e4e3d15b1b9d3ce356451106c984d.zip
FreeBSD-src-dc29a4eb643e4e3d15b1b9d3ce356451106c984d.tar.gz
Remove remaining references to pc_curtid missed in previous commit.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/machdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index 506de60..75136ac 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -391,7 +391,6 @@ cpu_throw(struct thread *old __unused, struct thread *new)
newpcb = new->td_pcb;
(void)pmap_switch(newpcb->pcb_current_pmap);
PCPU_SET(curthread, new);
- PCPU_SET(curtid, new->td_tid);
#ifdef COMPAT_IA32
ia32_restorectx(newpcb);
#endif
@@ -610,7 +609,6 @@ ia64_init(void)
ia64_set_k4((u_int64_t)pcpup);
pcpu_init(pcpup, 0, sizeof(pcpu0));
PCPU_SET(curthread, &thread0);
- PCPU_SET(curtid, thread0.td_tid);
/*
* Initialize the console before we print anything out.
OpenPOWER on IntegriCloud