Skip to content

Commit

Permalink
parisc: 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: Kyle McMartin <kyle@redhat.com>
  • Loading branch information
FUJITA Tomonori authored and Kyle McMartin committed Oct 22, 2010
1 parent 2da83b9 commit b97680c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/parisc/include/asm/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b97680c

Please sign in to comment.