diff options
| author | Ralf Bächle <ralf@linux-mips.org> | 2005-02-01 16:39:25 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-02-01 16:39:25 -0800 |
| commit | e58595ec1d2a7f7c2a5ec56df087ccbd225c655b (patch) | |
| tree | 1ee7c600d2603aba018a21b890c9ccd1fd19fa31 /include/asm-mips/processor.h | |
| parent | 9ec0d34be3d025b5bac3bd76400d1407ccecbf01 (diff) | |
[PATCH] mips: generic MIPS updates
Update the generic MIPS code. Highlights are oprofile for MIPS, initially for
the PMC-Sierra RM9000. We're also taking a significantly more aggressive
approach to the TLB exception handlers which now are runtime generated and
provide an upto 20% speedup on certain micro benchmarks.
From: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
This patch had fixed restore_sigcontext about MIPS.
Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-mips/processor.h')
| -rw-r--r-- | include/asm-mips/processor.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-mips/processor.h b/include/asm-mips/processor.h index c815890dde94..13c54d5b3b48 100644 --- a/include/asm-mips/processor.h +++ b/include/asm-mips/processor.h @@ -66,11 +66,6 @@ extern unsigned int vced_count, vcei_count; 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; |
