summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2007-08-07 13:07:25 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:12 +0200
commite44a3dddf93d9ac15eea6bd323a2308b0ea6d493 (patch)
treeb4bb152d34e2a410f55cd1e3aafdd7f6b8c891cf /ChangeLog
parentbaf29c7a7fe74d8ca799c869440f7b7cd5a33b8a (diff)
2007-07-09 Samuel Thibault <samuel.thibault@ens-lyon.org>
* i386/i386/db_interface.c (int_regs): Drop gs and fs fields. (kdb_kentry): Get fs and gs from struct i386_interrupt_state instead of struct int_regs. * i386/i386/kttd_interface.c (int_regs, kttd_netentry): Likewise. * i386/i386/locore.S (all_intrs): Save fs and gs and set them to kernel segment too. (return_to_iret): Restore fs and gs too. (return_to_iret_i): Likewise. (ast_from_interrupt): Set fs and gs to kernel segment too. (kdb_from_iret): Don't save/restore fs and gs either. (ttd_from_iret): Likewise. * i386/i386/thread.h (i386_interrupt_state): Add gs and fs fields. * linux/src/include/asm-i386/irq.h (SAVE_ALL): Set gs to kernel segment too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2aadcd2..154abf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2007-07-09 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * i386/i386/db_interface.c (int_regs): Drop gs and fs fields.
+ (kdb_kentry): Get fs and gs from struct i386_interrupt_state instead of
+ struct int_regs.
+ * i386/i386/kttd_interface.c (int_regs, kttd_netentry): Likewise.
+ * i386/i386/locore.S (all_intrs): Save fs and gs and set them to kernel
+ segment too.
+ (return_to_iret): Restore fs and gs too.
+ (return_to_iret_i): Likewise.
+ (ast_from_interrupt): Set fs and gs to kernel segment too.
+ (kdb_from_iret): Don't save/restore fs and gs either.
+ (ttd_from_iret): Likewise.
+ * i386/i386/thread.h (i386_interrupt_state): Add gs and fs fields.
+ * linux/src/include/asm-i386/irq.h (SAVE_ALL): Set gs to kernel
+ segment too.
+
2007-08-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
* i386/i386/locore.S (TIME_TRAP_UENTRY, TIME_TRAP_SENTRY)