summaryrefslogtreecommitdiff
path: root/makedumpfile.h
diff options
context:
space:
mode:
authorMichael Holzheu <holzheu@linux.vnet.ibm.com>2012-12-14 09:58:24 +0900
committerAtsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp>2012-12-14 09:58:24 +0900
commit6073b28be68144115a2ab63bcfed4fd1618912b8 (patch)
tree21b87844589fb36d3e42b35d8fa84fe430c68737 /makedumpfile.h
parentc58c454c68436ec7b67a1507d7444395a6b13e34 (diff)
[PATCH] s390x: Allow HW Change-bit override for page table entries.
The HW Change-bit override (0x100) is used now for s390x. This patch allows page table entries that have set this bit. Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Diffstat (limited to 'makedumpfile.h')
-rw-r--r--makedumpfile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/makedumpfile.h b/makedumpfile.h
index d2bdc0c..64fd6e7 100644
--- a/makedumpfile.h
+++ b/makedumpfile.h
@@ -613,7 +613,6 @@ do { \
#define _SEGMENT_INDEX_SHIFT 20
/* Hardware bits in the page table entry */
-#define _PAGE_CO 0x100 /* HW Change-bit override */
#define _PAGE_ZERO 0x800 /* Bit pos 52 must conatin zero */
#define _PAGE_INVALID 0x400 /* HW invalid bit */
#define _PAGE_INDEX_SHIFT 12