Re: [PATCH V3 3/4] ARM: Xilinx: base header files and assembly macros

From: Jamie Iles
Date: Fri Feb 18 2011 - 04:06:46 EST


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
--
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/