Explorar el Código

parisc: 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: Kyle McMartin <kyle@redhat.com>
FUJITA Tomonori hace 15 años
padre
commit
b97680c419
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      arch/parisc/include/asm/cache.h

+ 0 - 2
arch/parisc/include/asm/cache.h

@@ -24,8 +24,6 @@
 
 #ifndef __ASSEMBLY__
 
-#define L1_CACHE_ALIGN(x)       (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
-
 #define SMP_CACHE_BYTES L1_CACHE_BYTES
 
 #define ARCH_DMA_MINALIGN	L1_CACHE_BYTES