aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-08-08 13:15:10 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-08-20 15:44:35 +0100
commit0377ab4da3613b59b648a98a6faeb4cfa10894bb (patch)
treef8d83b0e32d44e85c87d5ef0f471c44837ba3e3d /xen/include/asm-arm
parenta52f6c65d3e2bf7c6f16edbac62437327fbeb565 (diff)
downloadxen-0377ab4da3613b59b648a98a6faeb4cfa10894bb.tar.gz
xen-0377ab4da3613b59b648a98a6faeb4cfa10894bb.tar.bz2
xen-0377ab4da3613b59b648a98a6faeb4cfa10894bb.zip
xen: arm: Rename page table "hint" field to slightly more descriptive "contig"
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'xen/include/asm-arm')
-rw-r--r--xen/include/asm-arm/page.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/include/asm-arm/page.h b/xen/include/asm-arm/page.h
index 93bb8c0132..3d0f8a97f0 100644
--- a/xen/include/asm-arm/page.h
+++ b/xen/include/asm-arm/page.h
@@ -115,7 +115,7 @@ typedef struct {
/* These seven bits are only used in Block entries and are ignored
* in Table entries. */
- unsigned long hint:1; /* In a block of 16 contiguous entries */
+ unsigned long contig:1; /* In a block of 16 contiguous entries */
unsigned long pxn:1; /* Privileged-XN */
unsigned long xn:1; /* eXecute-Never */
unsigned long avail:4; /* Ignored by hardware */
@@ -150,7 +150,7 @@ typedef struct {
/* These seven bits are only used in Block entries and are ignored
* in Table entries. */
- unsigned long hint:1; /* In a block of 16 contiguous entries */
+ unsigned long contig:1; /* In a block of 16 contiguous entries */
unsigned long sbz2:1;
unsigned long xn:1; /* eXecute-Never */
unsigned long avail:4; /* Ignored by hardware */