Re: FW: next build fails

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-next" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel]     [Linux USB Development]     [Yosemite News]     [Linux SCSI]

  Powered by Linux