diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2006-11-05 16:00:10 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:50 +0200 |
commit | 99fe1e9c73da8f28b7949546974ca84cb08042ac (patch) | |
tree | b7ed508cc70dd0bd8c5d8ed7a98c6b9717e64a30 /vm | |
parent | 2d16ca8071493cd3f68adfaa2f1b4c0b1785e358 (diff) |
2006-11-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
Drop iPSC architecture support.
* i386/i386/hardclock.c: Remove iPSC386 from #if.
* i386/i386/locore.S: Remove iPSC386 delays.
* i386/i386/pic.c: Remove iPSC386 support.
(SLAVEMASK): Rmove iPSC386 case.
* i386/i386/pic.h (ADDR_PIC_BASE, OFF_ICW, OFF_OCW, SIZE_PIC)
(PICM_VECTBASE, PICS_VECTBASE): Remove iPSC386 cases.
[iPSC386] (I_AM_A_SLAVE, I_AM_A_MASTR): Remove macros.
* i386/i386/pit.h: Remove iPSC386 from #if.
[iPSC386] (CLKNUM): Remove macro.
* kern/machine.c (host_get_boot_info): Remove iPSC386 support.
* vm/vm_map.h (VM_MAP_COPY_PAGE_LIST_MAX): Remove iPSC case.
Diffstat (limited to 'vm')
-rw-r--r-- | vm/vm_map.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vm/vm_map.h b/vm/vm_map.h index 3e0246b..af85ef9 100644 --- a/vm/vm_map.h +++ b/vm/vm_map.h @@ -228,11 +228,7 @@ typedef struct vm_map_version { * (returned) and an abort flag (abort if TRUE). */ -#if iPSC386 || iPSC860 -#define VM_MAP_COPY_PAGE_LIST_MAX 64 -#else /* iPSC386 || iPSC860 */ #define VM_MAP_COPY_PAGE_LIST_MAX 8 -#endif /* iPSC386 || iPSC860 */ typedef struct vm_map_copy { int type; |