All of lore.kernel.org
 help / color / mirror / Atom feed
From: jamie@jamieiles.com (Jamie Iles)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V3 3/4] ARM: Xilinx: base header files and assembly macros
Date: Fri, 18 Feb 2011 09:06:25 +0000	[thread overview]
Message-ID: <20110218090625.GA3203@pulham.picochip.com> (raw)
In-Reply-To: <2fdc2d92-486e-4319-866f-3882938363c3@VA3EHSMHS026.ehs.local>

On Thu, Feb 17, 2011 at 06:19:09PM -0700, John Linn wrote:
> > > +#define PHYS_OFFSET             0x0
> > 
> > This should be PLAT_PHYS_OFFSET and could do with being surrounded
> with
> > UL() e.g.
> > 
> > #define PLAT_PHYS_OFFSET	UL(0x00000000)
> 
> This doesn't build with 2.6.38-rc5, am I missing something?
> 
> PHYS_OFFSET is still needed from what I can tell, but maybe I overlooked
> something.

The change is queued up in Russell's devel branch for the dynamic p2v 
and will be in 2.6.39.  For a patch series like this it's probably worth 
developing off of linux-next[1].  This contains all of the trees that 
will be mereged into the next kernel so carries the bigger changes like 
dynamic p2v.

Jamie

1. git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git

WARNING: multiple messages have this Message-ID (diff)
From: Jamie Iles <jamie@jamieiles.com>
To: John Linn <John.Linn@xilinx.com>
Cc: Jamie Iles <jamie@jamieiles.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux@arm.linux.org.uk,
	catalin.marinas@arm.com, glikely@secretlab.ca, arnd@arndb.de
Subject: Re: [PATCH V3 3/4] ARM: Xilinx: base header files and assembly macros
Date: Fri, 18 Feb 2011 09:06:25 +0000	[thread overview]
Message-ID: <20110218090625.GA3203@pulham.picochip.com> (raw)
In-Reply-To: <2fdc2d92-486e-4319-866f-3882938363c3@VA3EHSMHS026.ehs.local>

On Thu, Feb 17, 2011 at 06:19:09PM -0700, John Linn wrote:
> > > +#define PHYS_OFFSET             0x0
> > 
> > This should be PLAT_PHYS_OFFSET and could do with being surrounded
> with
> > UL() e.g.
> > 
> > #define PLAT_PHYS_OFFSET	UL(0x00000000)
> 
> This doesn't build with 2.6.38-rc5, am I missing something?
> 
> PHYS_OFFSET is still needed from what I can tell, but maybe I overlooked
> something.

The change is queued up in Russell's devel branch for the dynamic p2v 
and will be in 2.6.39.  For a patch series like this it's probably worth 
developing off of linux-next[1].  This contains all of the trees that 
will be mereged into the next kernel so carries the bigger changes like 
dynamic p2v.

Jamie

1. git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git

  reply	other threads:[~2011-02-18  9:06 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1297872716-13353-1-git-send-email-john.linn@xilinx.com>
2011-02-16 16:11 ` [PATCH V3 1/4] ARM: Xilinx: Adding Xilinx board support John Linn
2011-02-16 16:11   ` John Linn
2011-02-17  9:34   ` Jamie Iles
2011-02-17  9:34     ` Jamie Iles
2011-02-17 14:24     ` John Linn
2011-02-17 14:24       ` John Linn
     [not found] ` <1297872716-13353-2-git-send-email-john.linn@xilinx.com>
2011-02-16 16:11   ` [PATCH V3 2/4] ARM: Xilinx: Adding timer support to the platform John Linn
2011-02-16 16:11     ` John Linn
2011-02-17  9:48     ` Jamie Iles
2011-02-17  9:48       ` Jamie Iles
2011-02-17 14:27       ` John Linn
2011-02-17 14:27         ` John Linn
     [not found]   ` <1297872716-13353-3-git-send-email-john.linn@xilinx.com>
2011-02-16 16:11     ` [PATCH V3 3/4] ARM: Xilinx: base header files and assembly macros John Linn
2011-02-16 16:11       ` John Linn
2011-02-17 10:01       ` Jamie Iles
2011-02-17 10:01         ` Jamie Iles
2011-02-17 14:31         ` John Linn
2011-02-17 14:31           ` John Linn
2011-02-17 14:41           ` Arnd Bergmann
2011-02-17 14:41             ` Arnd Bergmann
2011-02-17 15:12             ` Russell King - ARM Linux
2011-02-17 15:12               ` Russell King - ARM Linux
2011-02-17 15:18               ` Arnd Bergmann
2011-02-17 15:18                 ` Arnd Bergmann
2011-02-17 21:58         ` Stephen Boyd
2011-02-17 21:58           ` Stephen Boyd
2011-02-18  1:29           ` John Linn
2011-02-18  1:29             ` John Linn
2011-02-18  0:37         ` John Linn
2011-02-18  0:37           ` John Linn
2011-02-18  0:45           ` Jamie Iles
2011-02-18  0:45             ` Jamie Iles
2011-02-18  1:19         ` John Linn
2011-02-18  1:19           ` John Linn
2011-02-18  9:06           ` Jamie Iles [this message]
2011-02-18  9:06             ` Jamie Iles
2011-02-18 13:59             ` John Linn
2011-02-18 13:59               ` John Linn
2011-02-18 14:28             ` John Linn
2011-02-18 14:28               ` John Linn
     [not found]     ` <1297872716-13353-4-git-send-email-john.linn@xilinx.com>
2011-02-16 16:11       ` [PATCH V3 4/4] ARM: Xilinx: Adding Xilinx platform infrastructure support John Linn
2011-02-16 16:11         ` John Linn

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=20110218090625.GA3203@pulham.picochip.com \
    --to=jamie@jamieiles.com \
    --cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.