From b069d4207c03d3568e700047f997d6353fe202d2 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 17 Sep 2002 07:44:28 +0000 Subject: Make this compile after the last kse commit. --- sys/alpha/alpha/trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/alpha/alpha/trap.c b/sys/alpha/alpha/trap.c index 3d132ccfb127a..3db80deeeef7f 100644 --- a/sys/alpha/alpha/trap.c +++ b/sys/alpha/alpha/trap.c @@ -677,7 +677,7 @@ syscall(code, framep) * but for now do it every time. */ td->td_mailbox = (void *)fuword((caddr_t)td->td_kse->ke_mailbox - + offsetof(struct kse_mailbox, kmbx_current_thread)); + + offsetof(struct kse_mailbox, km_curthread)); if ((td->td_mailbox == NULL) || (td->td_mailbox == (void *)-1)) { td->td_mailbox = NULL; /* single thread it.. */ -- cgit v1.3