linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Torvalds <torvalds@osdl.org>
To: Zwane Mwaikambo <zwane@arm.linux.org.uk>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH][2.6] Dont use cpu_has_pse for WP test branch
Date: Tue, 4 Nov 2003 08:13:32 -0800 (PST)	[thread overview]
Message-ID: <Pine.LNX.4.44.0311040809470.20373-100000@home.osdl.org> (raw)
In-Reply-To: <Pine.LNX.4.53.0311040155150.20595@montezuma.fsmlabs.com>


On Tue, 4 Nov 2003, Zwane Mwaikambo wrote:
>
> It appears that not all processors which support PSE have the PSE bit set, 
> possibly we should be checking with PSE36 too. But instead i've opted to 
> simply check for 586+

Why?

The reason we test the PSE bit is not that we think it's a good indicator 
of "new enough".  It's because if the PSE bit is set, we will use 4MB 
pages, and the code below that actually _tests_ whether WP works or not 
won't work.

So it doesn't _matter_ that

> Celeron (Mendocino): fpu vme de tsc msr pae mce cx8 apic sep mtrr pge mca 
> cmov pat pse36 mmx fxsr
> 
> Opteron 240: fpu vme de tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat 
> pse36 clflush mmx fxsr sse sse2 syscall mmxext lm 3dnowext 3dnow

do not have PSE, they'll just end up testing dynamically if it works or 
not.

In fact, these days we could remove the test entirely: the only reason it 
exists is because traditionally we didn't have the "fixmap" helpers, so we 
used the page in lowest kernel memory for testing (which did not exist if 
we had PSE, since with PSE the kernel wouldn't use individual pages to map 
itself).

		Linus


  parent reply	other threads:[~2003-11-04 16:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-04  7:07 [PATCH][2.6] Dont use cpu_has_pse for WP test branch Zwane Mwaikambo
2003-11-04  9:33 ` Zwane Mwaikambo
2003-11-04 16:13 ` Linus Torvalds [this message]
2003-11-04 16:36   ` Zwane Mwaikambo

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=Pine.LNX.4.44.0311040809470.20373-100000@home.osdl.org \
    --to=torvalds@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zwane@arm.linux.org.uk \
    /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;
as well as URLs for NNTP newsgroup(s).