aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/kaslr.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/compressed/kaslr.c')
-rw-r--r--arch/x86/boot/compressed/kaslr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/kaslr.c b/arch/x86/boot/compressed/kaslr.c
index f5a138c3fe96..f15d7b8d1b16 100644
--- a/arch/x86/boot/compressed/kaslr.c
+++ b/arch/x86/boot/compressed/kaslr.c
@@ -163,7 +163,7 @@ static bool mem_overlaps(struct mem_vector *one, struct mem_vector *two)
163 * memory ranges lead to really hard to debug boot failures. 163 * memory ranges lead to really hard to debug boot failures.
164 * 164 *
165 * The initrd, cmdline, and boot_params are trivial to identify for 165 * The initrd, cmdline, and boot_params are trivial to identify for
166 * avoiding. The are MEM_AVOID_INITRD, MEM_AVOID_CMDLINE, and 166 * avoiding. They are MEM_AVOID_INITRD, MEM_AVOID_CMDLINE, and
167 * MEM_AVOID_BOOTPARAMS respectively below. 167 * MEM_AVOID_BOOTPARAMS respectively below.
168 * 168 *
169 * What is not obvious how to avoid is the range of memory that is used 169 * What is not obvious how to avoid is the range of memory that is used