| Submitter | FUJITA Tomonori |
|---|---|
| Date | June 29, 2010, 7:29 a.m. |
| Message ID | <20100629162149Z.fujita.tomonori@lab.ntt.co.jp> |
| Download | mbox | patch |
| Permalink | /patch/57245/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Date: Tue, 29 Jun 2010 16:29:01 +0900 > Let's use the standard L1_CACHE_ALIGN macro instead. > > Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/arch/sparc/include/asm/cache.h b/arch/sparc/include/asm/cache.h index 0588b8c..69358b5 100644 --- a/arch/sparc/include/asm/cache.h +++ b/arch/sparc/include/asm/cache.h @@ -11,7 +11,6 @@ #define L1_CACHE_SHIFT 5 #define L1_CACHE_BYTES 32 -#define L1_CACHE_ALIGN(x) ((((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))) #ifdef CONFIG_SPARC32 #define SMP_CACHE_BYTES_SHIFT 5
Let's use the standard L1_CACHE_ALIGN macro instead. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> --- arch/sparc/include/asm/cache.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)