projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d319a37
)
xen/arm: fix a typo in comment of PLATFORM_QUIRK_DOM0_MAPPING_11
author
Chen Baozi
<baozich@gmail.com>
Tue, 15 Oct 2013 08:45:29 +0000
(16:45 +0800)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 24 Oct 2013 13:02:02 +0000
(14:02 +0100)
Signed-off-by: Chen Baozi <baozich@gmail.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
xen/include/asm-arm/platform.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-arm/platform.h
b/xen/include/asm-arm/platform.h
index dbd2a15ed429cda56795776c76f7b01637b79cd9..43afebbdecce595774ccfb6dac86a68cd6591ccb 100644
(file)
--- a/
xen/include/asm-arm/platform.h
+++ b/
xen/include/asm-arm/platform.h
@@
-41,7
+41,7
@@
struct platform_desc {
/*
* Quirk to map dom0 memory in 1:1
- * Useful
l
on platform where System MMU is not yet implemented
+ * Useful on platform where System MMU is not yet implemented
*/
#define PLATFORM_QUIRK_DOM0_MAPPING_11 (1 << 0)