From f0d7e0e0ee0cb0362ee79739922a76faef17917c Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Tue, 16 Dec 2008 20:28:34 +0100 Subject: Remove saved_thread_state from utcb structure. hurd/ 2008-12-16 Neal H. Walfield * thread.h (struct vg_utcb): Remove field saved_thread_state. libhurd-mm/ 2008-12-16 Neal H. Walfield * ia32-exception-entry.S (UTCB_SAVED_THREAD_STATE): Don't define. (UTCB_ACTIVATION_FRAME_STACK): Adjust to new structure layout. viengoos/ 2008-12-16 Neal H. Walfield * thread.c (thread_activate): Don't update UTCB->SAVED_THREAD_STATE. --- libhurd-mm/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libhurd-mm/ChangeLog') diff --git a/libhurd-mm/ChangeLog b/libhurd-mm/ChangeLog index ac6dace..fe90da8 100644 --- a/libhurd-mm/ChangeLog +++ b/libhurd-mm/ChangeLog @@ -1,3 +1,8 @@ +2008-12-16 Neal H. Walfield + + * ia32-exception-entry.S (UTCB_SAVED_THREAD_STATE): Don't define. + (UTCB_ACTIVATION_FRAME_STACK): Adjust to new structure layout. + 2008-12-16 Neal H. Walfield * storage.c (num_threads): New function. -- cgit v1.2.3