All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: L2X0: Add prefetch offset
@ 2010-09-11  5:30 Kyungmin Park
  2010-09-29 23:58 ` Kyungmin Park
  0 siblings, 1 reply; 2+ messages in thread
From: Kyungmin Park @ 2010-09-11  5:30 UTC (permalink / raw)
  To: linux-arm-kernel

From: Kyungmin Park <kyungmin.park@samsung.com>

PL310 has prefetch offset as 0xF60

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 arch/arm/include/asm/hardware/cache-l2x0.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/include/asm/hardware/cache-l2x0.h b/arch/arm/include/asm/hardware/cache-l2x0.h
index 6bcba48..cc9bcbb 100644
--- a/arch/arm/include/asm/hardware/cache-l2x0.h
+++ b/arch/arm/include/asm/hardware/cache-l2x0.h
@@ -53,6 +53,7 @@
 #define L2X0_LINE_DATA			0xF10
 #define L2X0_LINE_TAG			0xF30
 #define L2X0_DEBUG_CTRL			0xF40
+#define L2X0_PREFETCH_CTRL		0xF60
 
 #ifndef __ASSEMBLY__
 extern void __init l2x0_init(void __iomem *base, __u32 aux_val, __u32 aux_mask);
-- 
1.5.3.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 1/3] ARM: L2X0: Add prefetch offset
  2010-09-11  5:30 [PATCH 1/3] ARM: L2X0: Add prefetch offset Kyungmin Park
@ 2010-09-29 23:58 ` Kyungmin Park
  0 siblings, 0 replies; 2+ messages in thread
From: Kyungmin Park @ 2010-09-29 23:58 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Catalin,

Any comments?

On Sat, Sep 11, 2010 at 2:30 PM, Kyungmin Park <kmpark@infradead.org> wrote:
> From: Kyungmin Park <kyungmin.park@samsung.com>
>
> PL310 has prefetch offset as 0xF60
>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> ?arch/arm/include/asm/hardware/cache-l2x0.h | ? ?1 +
> ?1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/include/asm/hardware/cache-l2x0.h b/arch/arm/include/asm/hardware/cache-l2x0.h
> index 6bcba48..cc9bcbb 100644
> --- a/arch/arm/include/asm/hardware/cache-l2x0.h
> +++ b/arch/arm/include/asm/hardware/cache-l2x0.h
> @@ -53,6 +53,7 @@
> ?#define L2X0_LINE_DATA ? ? ? ? ? ? ? ? 0xF10
> ?#define L2X0_LINE_TAG ? ? ? ? ? ? ? ? ?0xF30
> ?#define L2X0_DEBUG_CTRL ? ? ? ? ? ? ? ? ? ? ? ?0xF40
> +#define L2X0_PREFETCH_CTRL ? ? ? ? ? ? 0xF60
>
> ?#ifndef __ASSEMBLY__
> ?extern void __init l2x0_init(void __iomem *base, __u32 aux_val, __u32 aux_mask);
> --
> 1.5.3.3
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-29 23:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-11  5:30 [PATCH 1/3] ARM: L2X0: Add prefetch offset Kyungmin Park
2010-09-29 23:58 ` Kyungmin Park

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.