summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorAlex deVries <Alex.deVries@windriver.com>1999-02-06 03:57:37 +0000
committerAlex deVries <Alex.deVries@windriver.com>1999-02-06 03:57:37 +0000
commit2f7a646bdb098918bf1d541b2fe63c7a9a89192f (patch)
treeb401efc2464f8cced8c885f8e08cf7477b2559e1 /include/asm-mips
parent7612165ef628025903698bcb33b7140c576f2963 (diff)
- fixed compiling in of ramdisks; we don't have the kernel segment defining initrd offset, etc.
- a couple of HAL related changes to make it build better - the start of making newport graphics a module; currently this breaks as a module, but works okay built into the kernel. - Alex
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/umap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-mips/umap.h b/include/asm-mips/umap.h
new file mode 100644
index 000000000..afa524b10
--- /dev/null
+++ b/include/asm-mips/umap.h
@@ -0,0 +1,8 @@
+#ifndef __MIPS_UMAP_H
+#define __MIPS_UMAP_H
+
+void remove_mapping (struct task_struct *task, unsigned long start,
+unsigned long end);
+
+#endif
+