Commit c851c3f9 authored by David Mosberger's avatar David Mosberger

ia64: Correct value for PREFETCH_STRIDE.

parent 48b8720c
...@@ -678,7 +678,7 @@ ia64_imva (void *addr) ...@@ -678,7 +678,7 @@ ia64_imva (void *addr)
#define ARCH_HAS_PREFETCH #define ARCH_HAS_PREFETCH
#define ARCH_HAS_PREFETCHW #define ARCH_HAS_PREFETCHW
#define ARCH_HAS_SPINLOCK_PREFETCH #define ARCH_HAS_SPINLOCK_PREFETCH
#define PREFETCH_STRIDE 256 #define PREFETCH_STRIDE L1_CACHE_BYTES
static inline void static inline void
prefetch (const void *x) prefetch (const void *x)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment