From a6b12ac015407b1fb1c188dbf710137ba8df53d1 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Mon, 24 May 2010 14:32:58 -0700 Subject: [PATCH] --- yaml --- r: 198274 b: refs/heads/master c: 6cdafaae41d52e6ef9a5c5be23602ef083e4d0f9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mn10300/include/asm/cache.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 068eeb61b9d6..6ba7eca0274e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 366831615911c51596b2a9e1024a110a1d0939a1 +refs/heads/master: 6cdafaae41d52e6ef9a5c5be23602ef083e4d0f9 diff --git a/trunk/arch/mn10300/include/asm/cache.h b/trunk/arch/mn10300/include/asm/cache.h index e03cfa2e997e..6e2fe28dde4e 100644 --- a/trunk/arch/mn10300/include/asm/cache.h +++ b/trunk/arch/mn10300/include/asm/cache.h @@ -21,6 +21,8 @@ #define L1_CACHE_DISPARITY L1_CACHE_NENTRIES * L1_CACHE_BYTES #endif +#define ARCH_KMALLOC_MINALIGN L1_CACHE_BYTES + /* data cache purge registers * - read from the register to unconditionally purge that cache line * - write address & 0xffffff00 to conditionally purge that cache line