CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/01/26 02:16:16
Modified files:
include/asm-mips: processor.h
Log message:
Remove unused IO_BITMAP_SIZE definition. Leftover from the Archaean
eon of Linux/MIPS ...
diff -urN linux/include/asm-mips/processor.h linux/include/asm-mips/processor.h
--- linux/include/asm-mips/processor.h 2005/01/13 14:06:48 1.97
+++ linux/include/asm-mips/processor.h 2005/01/26 02:16:16 1.98
@@ -66,11 +66,6 @@
PAGE_ALIGN(TASK_SIZE32 / 3) : PAGE_ALIGN(TASK_SIZE / 3))
#endif
-/*
- * Size of io_bitmap in longwords.
- */
-#define IO_BITMAP_SIZE 2048
-
#define NUM_FPU_REGS 32
typedef __u64 fpureg_t;
|