Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

alpha: remove homegrown L1_CACHE_ALIGN macro

Let's use the standard L1_CACHE_ALIGN macro instead.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Matt Turner <mattst88@gmail.com>

authored by

FUJITA Tomonori and committed by
Matt Turner
6445671b 2bfc96a1

-1
-1
arch/alpha/include/asm/cache.h
··· 17 17 # define L1_CACHE_SHIFT 5 18 18 #endif 19 19 20 - #define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1)) 21 20 #define SMP_CACHE_BYTES L1_CACHE_BYTES 22 21 23 22 #endif