Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax
In directory usw-pr-cvs1:/tmp/cvs-serv29771
Modified Files:
processor.h
Log Message:
Removed some obsoleted crud
Index: processor.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/processor.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** processor.h 2001/01/22 16:46:55 1.5
--- processor.h 2001/01/23 23:50:19 1.6
***************
*** 26,35 ****
- /* cons_types */
- #define CONS_MTPR 1 /* big vaxes */
- #define CONS_PROM 2 /* uvaxes no mapen */
- #define CONS_DC7085 3 /* uvaxes mapen */
- #define CONS_FB 4 /* not implemented yet */
-
/*
* * User space process size: 2GB (default).
--- 26,29 ----
***************
*** 75,90 ****
PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, NULL, NULL }
-
- /* FIXME: */
- #define INIT_TSS { \
- /* pcb */ { 0 }, \
- /* flags */ 0, \
- /* fs */ KERNEL_DS, \
- /* bpt_addr */ { 0, 0 }, \
- /* bpt_insn */ { 0, 0 }, \
- /* bpt_nsaved */ 0 \
- }
-
-
#include <asm/ptrace.h>
--- 69,72 ----
|