| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 0/8] Clean up signal code [take #2] |
| From: | Franck Bui-Huu <vagabon.xyz@gmail.com> |
| Date: | Wed, 24 Jan 2007 15:12:03 +0100 |
| Cc: | linux-mips@linux-mips.org |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:to:cc:subject:date:message-id:x-mailer:from; b=Xk3pM9HxEwp6EUcjHaksiCbpuyMkrhxi7f8tEtHkAs++e/qmtM3DA553jMg0gfChzmwEozSjxzMcxtFcZPM62l5HBiWVi43Bjoqm7BDahYw5jMomDsOFXepg3ZYhv4Vluki6Idi97bELNbhF7pduYQjfIft2ywzVCplWTG3nhTc= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi Ralf,
Here is the second version of this patchset.
Changes from take #1:
---------------------
- Fix ICACHE_REFILLS_WORKAROUND_WAR usages
- Do not save/restore cp0_status register anymore
- Check impact on performances
Please, consider.
Franck
---
arch/mips/kernel/signal-common.h | 194 +++++------------------
arch/mips/kernel/signal.c | 213 +++++++++++++++++++------
arch/mips/kernel/signal32.c | 325 +++++++++++++++-----------------------
arch/mips/kernel/signal_n32.c | 26 ++--
4 files changed, 350 insertions(+), 408 deletions(-)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/8] signal: do not inline functions in signal-common.h, Franck Bui-Huu |
|---|---|
| Next by Date: | [PATCH 4/8] signal32: remove code duplication, Franck Bui-Huu |
| Previous by Thread: | [PATCH][MIPS] vr41xx: need one more nop with mtc0_tlbw_hazard(), Yoichi Yuasa |
| Next by Thread: | [PATCH 3/8] signal: clean up sigframe structure, Franck Bui-Huu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |