projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb401a4
)
x86, shadow: Fix comment about Linux direct-map address.
author
Keir Fraser
<keir.fraser@citrix.com>
Sat, 13 Sep 2008 07:15:26 +0000
(08:15 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Sat, 13 Sep 2008 07:15:26 +0000
(08:15 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/mm/shadow/common.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/mm/shadow/common.c
b/xen/arch/x86/mm/shadow/common.c
index d5e4215926d2eaf072751f1d6f17d4b09a6880af..124b89bd9adbe14bf680198f9d3b3250ea0026e3 100644
(file)
--- a/
xen/arch/x86/mm/shadow/common.c
+++ b/
xen/arch/x86/mm/shadow/common.c
@@
-2386,7
+2386,7
@@
int sh_remove_write_access(struct vcpu *v, mfn_t gmfn,
}
/* 64bit Linux direct map at 0xffff880000000000; older kernels
- * had it at 0xffff8
8
0000000000, and older kernels yet had it
+ * had it at 0xffff8
1
0000000000, and older kernels yet had it
* at 0x0000010000000000UL */
gfn = mfn_to_gfn(v->domain, gmfn);
GUESS(0xffff880000000000UL + (gfn << PAGE_SHIFT), 4);