diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-04-19 17:59:56 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-19 17:59:56 -0700 |
| commit | 70e2d422332806f48d95b02716b019d9dfe2ef43 (patch) | |
| tree | c2afb9ddf79ce30a88641d35b2629c605ca9cf51 /include/asm-mips/stackframe.h | |
| parent | fb4e0779895245c02e06181a6bb4d3201734e498 (diff) | |
[PATCH] MIPS update
From: Ralf Baechle <ralf@linux-mips.org>
- more work on resurrecting AMD Alchemy platforms
- cleanup of unnecessary <asm/pgalloc.h> inclusions
- update default config files
- cleanup 32-bit compat ioctl code
- support for Montum Jaguar ATX
- workarounds for early revs of the RM9000
- fixes for RM5000 and RM7000 cache handling
- add support for PMC-Sierra Yosemite eval board
- further cleanup and bugfixes for SGI IP27
- make LASAT and VR41xx build and work in 2.6
- improved SGI IP32 support
- plenty of small fixes
Diffstat (limited to 'include/asm-mips/stackframe.h')
| -rw-r--r-- | include/asm-mips/stackframe.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asm-mips/stackframe.h b/include/asm-mips/stackframe.h index e84aed10221b..626a8ab288e1 100644 --- a/include/asm-mips/stackframe.h +++ b/include/asm-mips/stackframe.h @@ -102,17 +102,6 @@ .endm #endif -#ifdef CONFIG_PREEMPT - .macro bump_lock_count - lw t0, TI_PRE_COUNT($28) - addiu t0, t0, 1 - sw t0, TI_PRE_COUNT($28) - .endm -#else - .macro bump_lock_count - .endm -#endif - .macro SAVE_SOME .set push .set reorder @@ -149,7 +138,6 @@ LONG_S $31, PT_R31(sp) ori $28, sp, _THREAD_MASK xori $28, _THREAD_MASK - bump_lock_count .set pop .endm |
