From: Andreas Schwab <schwab@suse•de>
To: Paul Mackerras <paulus@samba•org>
Cc: linuxppc-dev@ozlabs•org
Subject: Re: 2.6.23-rc3 broken on G5
Date: Mon, 27 Aug 2007 19:50:41 +0200 [thread overview]
Message-ID: <jewsvgvpce.fsf@sykes.suse.de> (raw)
In-Reply-To: <18126.6446.158988.391247@cargo.ozlabs.ibm.com> (Paul Mackerras's message of "Fri\, 24 Aug 2007 09\:33\:02 +1000")
Paul Mackerras <paulus@samba•org> writes:
> diff --git a/arch/powerpc/mm/slb.c b/arch/powerpc/mm/slb.c
> index a73d2d7..1ca87eb 100644
> --- a/arch/powerpc/mm/slb.c
> +++ b/arch/powerpc/mm/slb.c
> @@ -89,7 +89,7 @@ void slb_flush_and_rebolt(void)
> vflags = SLB_VSID_KERNEL | vmalloc_llp;
>
> ksp_esid_data = mk_esid_data(get_paca()->kstack, 2);
> - if ((ksp_esid_data & ESID_MASK) == PAGE_OFFSET) {
> + if ((ksp_esid_data & ESID_MASK) <= PAGE_OFFSET) {
> ksp_esid_data &= ~SLB_ESID_V;
> slb_shadow_clear(2);
> } else {
>
Thanks, this looks good.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse•de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
prev parent reply other threads:[~2007-08-27 17:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-15 20:04 2.6.23-rc3 broken on G5 Andreas Schwab
2007-08-16 22:23 ` Paul Mackerras
2007-08-16 22:46 ` Andreas Schwab
2007-08-18 7:47 ` Paul Mackerras
2007-08-18 9:36 ` Andreas Schwab
2007-08-19 2:01 ` Paul Mackerras
2007-08-19 12:09 ` Andreas Schwab
2007-08-23 23:33 ` Paul Mackerras
2007-08-27 17:50 ` Andreas Schwab [this message]
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=jewsvgvpce.fsf@sykes.suse.de \
--to=schwab@suse$(echo .)de \
--cc=linuxppc-dev@ozlabs$(echo .)org \
--cc=paulus@samba$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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