> -----Original Message----- > From: Que, Simon > Sent: Thursday, August 12, 2010 6:00 AM > To: Linux Omap; Tony Lindgren > Cc: Cousson, Benoit; Shilimkar, Santosh; Premi, Sanjeev; > Kanigeri, Hari > Subject: [PATCH 2/4 v2] omap: hwspinlock: Add HWSPINLOCK base > address information in omap44xx.h > > Add HWSPINLOCK base address information in omap44xx.h > > Signed-off-by: Simon Que <sque@xxxxxx> > Signed-off-by: Hari Kanigeri <h-kanigeri2@xxxxxx> > --- > arch/arm/plat-omap/include/plat/omap44xx.h | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/plat-omap/include/plat/omap44xx.h > b/arch/arm/plat-omap/include/plat/omap44xx.h > index 8b3f12f..8016508 100644 > --- a/arch/arm/plat-omap/include/plat/omap44xx.h > +++ b/arch/arm/plat-omap/include/plat/omap44xx.h > @@ -52,5 +52,7 @@ > #define OMAP4_MMU1_BASE 0x55082000 > #define OMAP4_MMU2_BASE 0x4A066000 > > +#define OMAP44XX_SPINLOCK_BASE (L4_44XX_BASE + 0xF6000) > + [sp] Can this be simply OMAP4_SPINLOCK_BASE equiv to OMAP4_MMUx_BASE defined just above. OR is this address specific to OMAP44xx only? (I haven't checked what is the the convention followed in rest of the file) > #endif /* __ASM_ARCH_OMAP44XX_H */ > -- > 1.7.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html