projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ade12b8
)
arm64: pgtable: Correct typo in comment
author
Mark Brown
<broonie@kernel.org>
Thu, 24 Oct 2019 12:01:43 +0000
(13:01 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Fri, 25 Oct 2019 15:29:11 +0000
(16:29 +0100)
vmmemmap -> vmemmap
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/pgtable.h
patch
|
blob
|
history
diff --git
a/arch/arm64/include/asm/pgtable.h
b/arch/arm64/include/asm/pgtable.h
index 7576df00eb50e8f7109d711846f758369a50eb85..4438a23f969cc224b677f51e98709ec000269a13 100644
(file)
--- a/
arch/arm64/include/asm/pgtable.h
+++ b/
arch/arm64/include/asm/pgtable.h
@@
-17,7
+17,7
@@
* VMALLOC range.
*
* VMALLOC_START: beginning of the kernel vmalloc space
- * VMALLOC_END: extends to the available space below vm
m
emmap, PCI I/O space
+ * VMALLOC_END: extends to the available space below vmemmap, PCI I/O space
* and fixed mappings
*/
#define VMALLOC_START (MODULES_END)