linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Paul Mackerras <paulus@samba.org>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH 2/4] powerpc: Fix 32 bits mm operations when not using BATs
Date: Thu, 22 Mar 2007 16:44:06 +1100	[thread overview]
Message-ID: <1174542246.10836.17.camel@localhost.localdomain> (raw)
In-Reply-To: <20070322030114.D5B9FDDF2B@ozlabs.org>

> --- linux-cell.orig/arch/powerpc/mm/mmu_decl.h	2007-03-22 13:09:34.000000000 +1100
> +++ linux-cell/arch/powerpc/mm/mmu_decl.h	2007-03-22 13:15:08.000000000 +1100
> @@ -31,6 +31,9 @@ extern void settlbcam(int index, unsigne
>  		      unsigned int size, int flags, unsigned int pid);
>  extern void invalidate_tlbcam_entry(int index);
>  
> +extern void hash_preload(struct mm_struct *mm, unsigned long ea,
> +			 unsigned long access, unsigned long trap);
> +

The above needs to be moved out of the #ifdef CONFIG_PPC32 it's in...

Ben.

  reply	other threads:[~2007-03-22  5:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-22  2:59 [PATCH 2/4] powerpc: Fix 32 bits mm operations when not using BATs Benjamin Herrenschmidt
2007-03-22  5:44 ` Benjamin Herrenschmidt [this message]
2007-03-22 11:55 ` Segher Boessenkool
2007-03-22 12:00   ` Benjamin Herrenschmidt
2007-03-22 12:01     ` Benjamin Herrenschmidt
2007-04-18  8:58 ` Milton Miller

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=1174542246.10836.17.camel@localhost.localdomain \
    --to=benh@kernel.crashing.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.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;
as well as URLs for NNTP newsgroup(s).