diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-05-09 23:52:56 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-05-09 23:52:56 -0700 |
| commit | 4b35ee7fea60f42b5b205c23372b3f90e90064a4 (patch) | |
| tree | cf1011d0238ff28226c402e35a79ad5817bd7f7a /include/asm-mips/processor.h | |
| parent | 844ef7b98b5108fda7d7c7af7935237ae397999f (diff) | |
[PATCH] MIPS update
From: Ralf Baechle <ralf@linux-mips.org>
- Kconfig cleanups:
- enable DMA_NONCOHERENT, DMA_COHERENT or DMA_IP27 via reverse dependencies
- untangle VRC4171 / VRC4173 selection
- R10000 support enables PREFETCH
- SEAD needs IRQ_CPU
- Update defconfig against latest Kconfig files.
- Fix computation of return address if syscall number was out of range
- Add power managment hooks in signal code.
- Don't try to handle signals when previous context was not in user mode.
- Fix serial interface setup for VR41xx systems.
- Build fixes after CLEAR_BITMAP changed name.
- Removes bogus comment from <asm/checksum.h>
- <asm/hdreg.h> is dead.
- Start collecting common definitions for PMON firmware in <asm/pmon.h>
- Define ARCH_MIN_TASKALIGN to 8; we have 64-bit members even on 32-bit
kernels if we're running on MIPS II or better.
Diffstat (limited to 'include/asm-mips/processor.h')
| -rw-r--r-- | include/asm-mips/processor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/processor.h b/include/asm-mips/processor.h index f13b15ac0b10..70534af2a59c 100644 --- a/include/asm-mips/processor.h +++ b/include/asm-mips/processor.h @@ -175,6 +175,8 @@ typedef struct { unsigned long seg; } mm_segment_t; +#define ARCH_MIN_TASKALIGN 8 + /* * If you change thread_struct remember to change the #defines below too! */ |
