patch-2.4.19 linux-2.4.19/include/asm-s390/pgtable.h
Next file: linux-2.4.19/include/asm-s390/processor.h
Previous file: linux-2.4.19/include/asm-s390/page.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-s390/pgtable.h
- Orig date:
Thu Oct 11 09:43:38 2001
diff -urN linux-2.4.18/include/asm-s390/pgtable.h linux-2.4.19/include/asm-s390/pgtable.h
@@ -42,6 +42,7 @@
#define flush_dcache_page(page) do { } while (0)
#define flush_icache_range(start, end) do { } while (0)
#define flush_icache_page(vma,pg) do { } while (0)
+#define flush_icache_user_range(vma,pg,adr,len) do { } while (0)
/*
* The S390 doesn't have any external MMU info: the kernel page
@@ -238,10 +239,6 @@
*pteptr = pteval;
}
-/*
- * Permanent address of a page.
- */
-#define page_address(page) ((page)->virtual)
#define pages_to_mb(x) ((x) >> (20-PAGE_SHIFT))
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)