public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Matthew Wilcox <matthew@wil.cx>
To: Adrian Bunk <bunk@stusta.de>
Cc: Kyle McMartin <kyle@parisc-linux.org>,
	grundler@parisc-linux.org, parisc-linux@parisc-linux.org,
	linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] arch/parisc/mm/init.c: fix SMP=y compilation
Date: Thu, 12 Jan 2006 05:50:20 -0700	[thread overview]
Message-ID: <20060112125020.GG19769@parisc-linux.org> (raw)
In-Reply-To: <20060112092017.GP29663@stusta.de>

On Thu, Jan 12, 2006 at 10:20:17AM +0100, Adrian Bunk wrote:
> This patch fixes the following compile error with CONFIG_SMP=y:
> @@ -802,7 +800,7 @@ void __init paging_init(void)
>  	pagetable_init();
>  	gateway_init();
>  	flush_cache_all_local(); /* start with known state */
> -	flush_tlb_all_local();
> +	flush_tlb_all_local(NULL);
>  

It's already this way in the parisc tree.  Kyle, did you miss part of
the merge?

  reply	other threads:[~2006-01-12 12:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-12  9:20 [2.6 patch] arch/parisc/mm/init.c: fix SMP=y compilation Adrian Bunk
2006-01-12 12:50 ` Matthew Wilcox [this message]
2006-01-12 14:28   ` [parisc-linux] " Kyle McMartin

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=20060112125020.GG19769@parisc-linux.org \
    --to=matthew@wil.cx \
    --cc=bunk@stusta.de \
    --cc=grundler@parisc-linux.org \
    --cc=kyle@parisc-linux.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=parisc-linux@parisc-linux.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