patch-2.2.15 linux/include/asm-s390/pgtable.h
Next file: linux/include/asm-s390/s390-regs-common.h
Previous file: linux/include/asm-s390/lowcore.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Fri Apr 21 12:46:49 2000
- Orig file:
v2.2.14/include/asm-s390/pgtable.h
- Orig date:
Tue Jan 4 21:19:00 2000
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/include/asm-s390/pgtable.h linux/include/asm-s390/pgtable.h
@@ -2,7 +2,7 @@
* include/asm-s390/pgtable.h
*
* S390 version
- * Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
+ * Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Hartmut Penner
*
* Derived from "include/asm-i386/pgtable.h"
@@ -33,6 +33,7 @@
#define flush_cache_page(vma, vmaddr) do { } while (0)
#define flush_page_to_ram(page) do { } while (0)
#define flush_icache_range(start, end) do { } while (0)
+#define flush_dcache_page(page) do { } while (0)
/*
* TLB flushing:
@@ -284,7 +285,7 @@
* The Kernel segment-tables includes the User segment-table
*/
-#define _SEGMENT_TABLE (_USER_SEG_TABLE_LEN)
+#define _SEGMENT_TABLE (_USER_SEG_TABLE_LEN|0x80000000)
#define _KERNSEG_TABLE (_KERNEL_SEG_TABLE_LEN)
/*
* No mapping available
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)