Skip to content

Commit

Permalink
alpha: remove homegrown L1_CACHE_ALIGN macro
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
FUJITA Tomonori authored and Matt Turner committed Sep 1, 2010
1 parent 2bfc96a commit 6445671
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/alpha/include/asm/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# define L1_CACHE_SHIFT 5
#endif

#define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
#define SMP_CACHE_BYTES L1_CACHE_BYTES

#endif

0 comments on commit 6445671

Please sign in to comment.