linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Anton Blanchard <anton@samba.org>
To: "Levand, Geoffrey" <Geoffrey.Levand@am.sony.com>
Cc: linuxppc-dev@ozlabs.org, paulus@samba.org
Subject: Re: [PATCH] clean up pseries hcall interfaces
Date: Wed, 26 Jul 2006 00:41:24 +1000	[thread overview]
Message-ID: <20060725144124.GA3769@krispykreme> (raw)
In-Reply-To: <591B6A09961C354991CD653B274DC8C2023662CB@ussdixms03.am.sony.com>


Hi Geoff,

> Seems like this in needed too...  Untested.

Looks good but the patch appears to be line wrapped in a few places.

Anton

> Change the scope of some pSeries routines now called through
> ppc_md to static.
> 
> Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
> 
> --
> Index: a/arch/powerpc/platforms/pseries/lpar.c
> ===================================================================
> --- a.orig/arch/powerpc/platforms/pseries/lpar.c	2006-07-18
> 12:37:47.000000000 -0700
> +++ a/arch/powerpc/platforms/pseries/lpar.c	2006-07-20
> 05:18:59.000000000 -0700
> @@ -268,7 +268,7 @@
>  				cpu, hwcpu, vpa, ret);
>  }
>  
> -long pSeries_lpar_hpte_insert(unsigned long hpte_group,
> +static long pSeries_lpar_hpte_insert(unsigned long hpte_group,
>   			      unsigned long va, unsigned long pa,
>   			      unsigned long rflags, unsigned long
> vflags,
>   			      int psize)
> @@ -494,7 +494,7 @@
>   * Take a spinlock around flushes to avoid bouncing the hypervisor
> tlbie
>   * lock.
>   */
> -void pSeries_lpar_flush_hash_range(unsigned long number, int local)
> +static void pSeries_lpar_flush_hash_range(unsigned long number, int
> local)
>  {
>  	int i;
>  	unsigned long flags = 0;

  reply	other threads:[~2006-07-25 14:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-20 13:14 [PATCH] clean up pseries hcall interfaces Levand, Geoffrey
2006-07-25 14:41 ` Anton Blanchard [this message]
2006-07-25 20:55   ` Geoff Levand
2006-08-03  4:06     ` Paul Mackerras
2006-08-03 21:17       ` Geoff Levand
2006-10-05 18:35         ` Geoff Levand
  -- strict thread matches above, loose matches on Subject: below --
2006-07-18 22:01 Anton Blanchard

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=20060725144124.GA3769@krispykreme \
    --to=anton@samba.org \
    --cc=Geoffrey.Levand@am.sony.com \
    --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).