Re: FW: next build fails

From: Daniel Walker
Date: Thu Sep 16 2010 - 17:59:24 EST


On Fri, 2010-09-17 at 07:52 +1000, Stephen Rothwell wrote:

> diff --git a/arch/arm/mm/proc-v7.S b/arch/arm/mm/proc-v7.S
> index 820f6ba..fc8828b 100644
> --- a/arch/arm/mm/proc-v7.S
> +++ b/arch/arm/mm/proc-v7.S
> @@ -334,10 +334,16 @@ cpu_elf_name:
> __v7_ca9mp_proc_info:
> .long 0x410fc090 @ Required ID value
> .long 0xff0ffff0 @ Mask for ID
> - .long PMD_TYPE_SECT | \
> + ALT_SMP(.long \
> + PMD_TYPE_SECT | \
> PMD_SECT_AP_WRITE | \
> PMD_SECT_AP_READ | \
> - PMD_FLAGS
> + PMD_FLAGS_SMP)
> + ALT_UP(.long \
> + PMD_TYPE_SECT | \
> + PMD_SECT_AP_WRITE | \
> + PMD_SECT_AP_READ | \
> + PMD_FLAGS_UP)

Yeah, exactly .. This is what I did to update my patch .. Do you want to
include this, or should I update my version and my tree.. Ultimately my
version has to go into Russell's tree..

Daniel

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/