public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Daniel Walker <dwalker@fifo99•com>
To: Stephen Rothwell <sfr@canb•auug.org.au>
Cc: Sundar R IYER <sundar.iyer@stericsson•com>,
	Linus WALLEIJ <linus.walleij@stericsson•com>,
	Russell King <rmk@arm•linux.org.uk>,
	linux-next@vger•kernel.org, LKML <linux-kernel@vger•kernel.org>
Subject: Re: FW: next build fails
Date: Thu, 16 Sep 2010 14:58:57 -0700	[thread overview]
Message-ID: <1284674337.2411.53.camel@c-dwalke-linux.qualcomm.com> (raw)
In-Reply-To: <20100917075242.e0bc4b54.sfr@canb.auug.org.au>

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

  reply	other threads:[~2010-09-16 21:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <33A307AF30D7BF4F811B1568FE7A9B18043784FF99@EXDCVYMBSTM006.EQ1STM.local>
2010-09-16  6:44 ` FW: next build fails Stephen Rothwell
2010-09-16 17:00   ` Daniel Walker
2010-09-16 21:52     ` Stephen Rothwell
2010-09-16 21:58       ` Daniel Walker [this message]
2010-09-16 22:04         ` Stephen Rothwell
2010-09-16 22:08           ` Daniel Walker
2010-09-17 10:35             ` Russell King
2010-09-17 15:44               ` Daniel Walker

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=1284674337.2411.53.camel@c-dwalke-linux.qualcomm.com \
    --to=dwalker@fifo99$(echo .)com \
    --cc=linus.walleij@stericsson$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=rmk@arm$(echo .)linux.org.uk \
    --cc=sfr@canb$(echo .)auug.org.au \
    --cc=sundar.iyer@stericsson$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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