summaryrefslogtreecommitdiff
path: root/include/asm-alpha/cache.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2004-08-30 03:14:53 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-30 03:14:53 -0700
commita90ee89e25ef0b8919afc945ee4e940d9418196f (patch)
treea8e3c65918d5b52e6c8b0ea59b6bda0bf058918b /include/asm-alpha/cache.h
parent7ef56c665fd9ab640cff405d1408fa52154c9a1c (diff)
[PATCH] Alpha: generic dma mapping
From: Ivan Kokshaysky <ink@jurassic.park.msu.ru> - big functions moved out of line; - handle dev == NULL case, which apparently means the isa device. As before, this is needed for Jensen. This also makes the isa sound drivers working again with recent kernels.
Diffstat (limited to 'include/asm-alpha/cache.h')
-rw-r--r--include/asm-alpha/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-alpha/cache.h b/include/asm-alpha/cache.h
index f74d7ece132e..e69b29501a5f 100644
--- a/include/asm-alpha/cache.h
+++ b/include/asm-alpha/cache.h
@@ -20,6 +20,6 @@
#define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
#define SMP_CACHE_BYTES L1_CACHE_BYTES
-#define L1_CACHE_SHIFT_MAX 6 /* largest L1 which this arch supports */
+#define L1_CACHE_SHIFT_MAX L1_CACHE_SHIFT
#endif