Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Carlos O'Donell <carlos@baldric.uwo.ca>
To: Matthew Wilcox <willy@debian.org>
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] itlb miss handler optimizations!
Date: Sat, 26 Jul 2003 14:02:29 -0400	[thread overview]
Message-ID: <20030726180229.GH31744@systemhalted> (raw)
In-Reply-To: <20030725114615.GI1485@parcelfarce.linux.theplanet.co.uk>

> > @@ -1882,6 +1884,15 @@ kernel_bad_space:
> >  dbit_fault:
> >  	b               intr_save
> >  	ldi             20,%r8
> > +
> > +itlb_user_fault:
> > +	/* User tlb missed for other than his own space. Optimization. */
> > +#ifdef __LP64__
> > +	cmpb,=		%r0,t0,itlb_miss_common20 /* backward */
> > +#else
> > +	cmpb,=		%r0,t0,itlb_miss_common11 /* backward */
> > +#endif
> > +	nop
> 
> can't do that.  we have three sets of routines -- itlb_miss_common_11,
> itlb_miss_common_20 and itlb_miss_common_20w.  we select between _20w
> or not at compile time (if it's 64-bit, it's PA 2.0 Wide), but select
> between _20 and _11 at boot time (fault_vector_20 vs fault_vector_11).
> 
> shame on you, you didn't even try assembling it ;-)

I'll take a look at that and rewrite the patch. It was 3AM when I
finished it and didn't bother to compile it as I passed out on the
bed ;)

c.

  reply	other threads:[~2003-07-26 18:04 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-25  7:04 [parisc-linux] itlb miss handler optimizations! Carlos O'Donell
2003-07-25 11:46 ` Matthew Wilcox
2003-07-26 18:02   ` Carlos O'Donell [this message]
2003-08-12  3:58   ` Carlos O'Donell
2003-08-12 12:21     ` Joel Soete
2003-08-12 14:40       ` Carlos O'Donell
2003-08-12 16:06     ` Grant Grundler
2003-08-12 16:32       ` Matthew Wilcox
2003-08-12 17:06       ` Joel Soete
2003-08-13 15:57         ` Grant Grundler
2003-08-13 16:38           ` Joel Soete
2003-08-13 14:52       ` Joel Soete
2003-08-13 15:56         ` Carlos O'Donell
2003-08-13 16:05           ` Carlos O'Donell
2003-08-13 16:43             ` Joel Soete
2003-08-13 16:51               ` Grant Grundler
2003-08-14  6:02             ` Joel Soete
2003-08-14 11:46               ` Matthew Wilcox
2003-08-14 13:56                 ` Joel Soete
2003-08-14 15:23                   ` Grant Grundler
2003-08-14 16:15                     ` Joel Soete
  -- strict thread matches above, loose matches on Subject: below --
2003-08-19 12:33 Joel Soete
2003-08-19 13:42 ` Matthew Wilcox

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=20030726180229.GH31744@systemhalted \
    --to=carlos@baldric.uwo.ca \
    --cc=parisc-linux@lists.parisc-linux.org \
    --cc=willy@debian.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox