summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>1999-10-17 19:55:22 +0000
committerHarald Koerfgen <hkoerfg@web.de>1999-10-17 19:55:22 +0000
commit929e0befd2cc9e36339bd8da47ad552192e61545 (patch)
tree2d312a0358539fd1c06f4c5ec509e5b09a746466 /include
parentf20726c6656eb8412fafe93d7e42bef64819bb99 (diff)
Some minor bugfixes:
o Fix braino in lib/Makefile o Export __wbflush() and release_tc_card() for modules o DMA isn't limited on DECstations o remove elf2ecoff and addinitrd while "make clean"
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/dma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/dma.h b/include/asm-mips/dma.h
index 493e0ec3d..14f1248f8 100644
--- a/include/asm-mips/dma.h
+++ b/include/asm-mips/dma.h
@@ -1,4 +1,4 @@
-/* $Id: dma.h,v 1.3 1999/08/20 21:59:08 ralf Exp $
+/* $Id: dma.h,v 1.4 1999/10/09 00:01:42 ralf Exp $
* linux/include/asm/dma.h: Defines for using and allocating dma channels.
* Written by Hennus Bergman, 1992.
* High DMA channel support & info by Hannu Savolainen
@@ -83,7 +83,7 @@
* Deskstations or Acer PICA but not the much more versatile DMA logic used
* for the local devices on Acer PICA or Magnums.
*/
-#ifndef CONFIG_SGI_IP22
+#if !defined(CONFIG_SGI_IP22) && !defined(CONFIG_DECSTATION)
#define MAX_DMA_ADDRESS (PAGE_OFFSET + 0x01000000)
#else
#define MAX_DMA_ADDRESS (~0UL)