[parisc-linux] Re: [2.6 patch] arch/parisc/mm/init.c: fix SMP=y compilation

Matthew Wilcox matthew at wil.cx
Thu Jan 12 05:50:20 MST 2006


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?



More information about the parisc-linux mailing list