Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6445671b authored by FUJITA Tomonori's avatar FUJITA Tomonori Committed by Matt Turner
Browse files

alpha: remove homegrown L1_CACHE_ALIGN macro



Let's use the standard L1_CACHE_ALIGN macro instead.

Signed-off-by: default avatarFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: default avatarMatt Turner <mattst88@gmail.com>
parent 2bfc96a1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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