[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] arm: use symbolic constants for initial page table attributes
On Thu, 2012-03-15 at 17:27 +0000, Tim Deegan wrote: > At 15:40 +0000 on 15 Mar (1331826008), Ian Campbell wrote: > > Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > > --- > > xen/arch/arm/head.S | 22 ++++++++++++++-------- > > 1 files changed, 14 insertions(+), 8 deletions(-) > > > > diff --git a/xen/arch/arm/head.S b/xen/arch/arm/head.S > > index eabb403..6fb7214 100644 > > --- a/xen/arch/arm/head.S > > +++ b/xen/arch/arm/head.S > > @@ -21,6 +21,12 @@ > > #include <asm/page.h> > > #include <asm/asm_defns.h> > > > > +#define XEN_PT_PT 0xe7f /* nG=1, AF=1, SH=10, AP=01, NS=1, ATTR=111, T=1, > > P=1 */ > > +#define XEN_PT_MEM 0xe7d /* nG=1, AF=1, SH=10, AP=01, NS=1, ATTR=111, T=0, > > P=1 */ > > +#define XEN_PT_DEV 0xe71 /* nG=1, AF=1, SH=10, AP=01, NS=1, ATTR=100, T=0, > > P=1 */ > > + > > Since these are file-local, maybe drop the XEN_ prefix to avoid the long > lines? Hmm. My Emacs appears to have stopped highlighting the 80th column. How odd. > Otherwise, Ack. Thanks. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |