This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / sparc / mm / nosrmmu.c
index 9e21565..4e49380 100644 (file)
@@ -9,12 +9,10 @@
 #include <linux/mm.h>
 #include <linux/init.h>
 #include <asm/mbus.h>
-#include <asm/sbus.h>
 
 static char shouldnothappen[] __initdata = "SUN4 kernel can only run on SUN4\n";
 
 enum mbus_module srmmu_modtype;
-void *srmmu_nocache_pool;
 
 int vac_cache_size = 0;
 
@@ -48,6 +46,11 @@ void srmmu_unmapioaddr(unsigned long virt_addr)
 {
 }
 
+void __init srmmu_end_memory(unsigned long memory_size, unsigned long *mem_end_p)
+{
+       return 0;
+}
+
 __u32 iounit_map_dma_init(struct sbus_bus *sbus, int size)
 {
        return 0;