diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2007-06-07 18:36:58 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2007-06-07 18:36:58 +0000 |
commit | 50e92415c78fb475cfea9b13efe2fbe3442bd220 (patch) | |
tree | 1b15ae20e41ca152bda43612210d4cd3912cbe01 /sys/ia64 | |
parent | f545763cbd097af80cf34de4ec1025ce6d7aab32 (diff) | |
download | src-50e92415c78fb475cfea9b13efe2fbe3442bd220.tar.gz src-50e92415c78fb475cfea9b13efe2fbe3442bd220.zip |
Remove remaining references to pc_curtid missed in previous commit.
Notes
Notes:
svn path=/head/; revision=170403
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/ia64/machdep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c index 506de60fca29..75136acc831e 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. |