summaryrefslogtreecommitdiffstats
path: root/arch/mips/ddb5074/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/ddb5074/setup.c')
-rw-r--r--arch/mips/ddb5074/setup.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/mips/ddb5074/setup.c b/arch/mips/ddb5074/setup.c
index 69a455e30..00bfd4c1f 100644
--- a/arch/mips/ddb5074/setup.c
+++ b/arch/mips/ddb5074/setup.c
@@ -4,7 +4,7 @@
* Copyright (C) 2000 Geert Uytterhoeven <geert@sonycom.com>
* Sony Suprastructure Center Europe (SUPC-E), Brussels
*
- * $Id$
+ * $Id: setup.c,v 1.1 2000/01/26 00:07:44 ralf Exp $
*/
#include <linux/config.h>
@@ -108,6 +108,11 @@ void __init ddb_setup(void)
rtc_ops = &ddb_rtc_ops;
}
+int __init page_is_ram(unsigned long pagenr)
+{
+ return 1;
+}
+
#define USE_NILE4_SERIAL 0