From: David Daney <ddaney@caviumnetworks.com>
To: Ralf Baechle <ralf@linux-mips.org>,
linux-mips <linux-mips@linux-mips.org>
Cc: "Maciej W. Rozycki" <macro@linux-mips.org>
Subject: [PATCH 0/2] Optimize TLB refill handler folding and cleanup.
Date: Wed, 20 May 2009 11:37:51 -0700 [thread overview]
Message-ID: <4A144DFF.90602@caviumnetworks.com> (raw)
The first patch in the set is unchanged from that last time I sent it,
but since it is a prerequisite for the second, I am sending it again.
In it we add some documentation on the TLB refill handler folding and
replace some magic numbers with symbolic constants.
The second patch is the latest iteration on eliminating unnecessary
branches from the refill handler. We now use macro's patch rebased
onto the first patch.
I will reply with the two patches.
David Daney (2):
MIPS: Replace some magic numbers with symbolic values in tlbex.c (v2)
MIPS: Fold the TLB refill at the vmalloc path if possible.
arch/mips/mm/tlbex.c | 87
+++++++++++++++++++++++++++++++++++++------------
1 files changed, 65 insertions(+), 22 deletions(-)
next reply other threads:[~2009-05-20 18:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-20 18:37 David Daney [this message]
2009-05-20 18:40 ` [PATCH 1/2] MIPS: Replace some magic numbers with symbolic values in tlbex.c (v2) David Daney
2009-05-20 18:40 ` [PATCH 2/2] MIPS: Fold the TLB refill at the vmalloc path if possible David Daney
2009-05-20 19:06 ` [PATCH 0/2] Optimize TLB refill handler folding and cleanup Ralf Baechle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A144DFF.90602@caviumnetworks.com \
--to=ddaney@caviumnetworks.com \
--cc=linux-mips@linux-mips.org \
--cc=macro@linux-mips.org \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.