summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-11-05 14:22:42 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:50 +0200
commit2d16ca8071493cd3f68adfaa2f1b4c0b1785e358 (patch)
tree8107ac1f0fa4e84b8c3954ec4aa7eebe564ac9c3 /ChangeLog
parentb0549e1deaf86b24e5963d93919264dc30f90f35 (diff)
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 16 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index ab82242..e93046b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,9 @@
2006-11-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
Drop i860 architecture support.
-
* i386/i386/pmap.h: Remove i860 comment.
- * i386/intel/pmap.c: Remove i860 comments. Don't include
- `i860ipsc/nodehw.h'.
+ * i386/intel/pmap.c: Remove i860 comments.
+ [i860]: Don't include `i860ipsc/nodehw.h'.
(INVALIDATE_TLB): Remove i860 case.
(paging_enabled): Remove variable.
(pmap_map): Remove setting INTEL_PTE_NCACHE.
@@ -13,32 +12,32 @@
(pmap_enter): Remove call to flush function.
(set_dirbase): Remove function.
* i386/intel/pmap.h: Remove i860 comments.
- (INTEL_PGBYTES, INTEL_PGSHIFT, intel_btop, intel_ptob,
- intel_round_page, intel_trunc_page, trunc_intel_to_vm,
- round_intel_to_vm, vm_to_intel, INTEL_PTE_VALID, set_dirbase): Remove
- i860 case.
+ (INTEL_PGBYTES, INTEL_PGSHIFT, intel_btop, intel_ptob)
+ (intel_round_page, intel_trunc_page, trunc_intel_to_vm)
+ (round_intel_to_vm, vm_to_intel, INTEL_PTE_VALID, set_dirbase): Remove
+ i860 cases.
(INTEL_PTE_valid): Remove macro.
* i386/intel/read_fault.c: Remove i860 comment.
-2006-11-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
-
Drop PS2 architecture support.
-
* i386/i386/fpu.c (fpintr): Remove PS2 from #if.
- * i386/i386/gdt.c (abios_int_return, abios_th_return, intstack): Remove
- extern declaration.
- * i386/i386/gdt.h (ABIOS_INT_RET, ABIOS_TH_RET, ABIOS_INT_SS,
- ABIOS_TH_SS, ABIOS_FIRST_AVAIL_SEL): Remove macros.
+ * i386/i386/gdt.c [PS2] (abios_int_return, abios_th_return, intstack):
+ Remove extern declarations.
+ * i386/i386/gdt.h [PS2] (ABIOS_INT_RET, ABIOS_TH_RET, ABIOS_INT_SS)
+ (ABIOS_TH_SS, ABIOS_FIRST_AVAIL_SEL): Remove macros.
(GDTSZ): Remove PS2 case.
- * i386/i386/hardclock.c: Don't include `i386/pic.h' and `i386/pio.h'.
+ * i386/i386/hardclock.c [PS2]: Don't include `i386/pic.h' and
+ `i386/pio.h'.
(hardclock): Remove PS2 prototype and code.
* i386/i386/locore.S (RET_OFFSET): Remove PS2 stack layout.
* i386/i386/pic.c (picinit): Remove #ifdef PS2.
* i386/i386/pic.h: Remove PS2 from #if.
- * i386/i386/pit.c (clock_int_handler): Remove extern declaration.
+ * i386/i386/pit.c [PS2] (clock_int_handler): Remove extern declaration.
+ Don't include `sys/types.h' and `i386ps2/abios.h'.
(clock_request_block, clock_flags, cqbuf): Remove variables.
(clkstart): Remove call to abios_clock_start function.
- (abios_clock_start, ackrtclock): Remove function.
+ (COUNT): Don't define.
+ (abios_clock_start, ackrtclock): Remove functions.
* i386/i386/pit.h: Remove PS2 from #if.
2006-10-26 Thomas Schwinge <tschwinge@gnu.org>