aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/include/asm/bootinfo.h2
-rw-r--r--arch/m68k/kernel/head.S2
-rw-r--r--arch/m68k/kernel/setup_mm.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/bootinfo.h b/arch/m68k/include/asm/bootinfo.h
index 67e7a78ad96b..fbb6150f00f3 100644
--- a/arch/m68k/include/asm/bootinfo.h
+++ b/arch/m68k/include/asm/bootinfo.h
@@ -34,7 +34,7 @@
34 * This way I hope to keep all future changes back/forewards compatible. 34 * This way I hope to keep all future changes back/forewards compatible.
35 * Thus, keep your fingers crossed... 35 * Thus, keep your fingers crossed...
36 * 36 *
37 * This structure is copied right after the kernel bss by the bootstrap 37 * This structure is copied right after the kernel by the bootstrap
38 * routine. 38 * routine.
39 */ 39 */
40 40
diff --git a/arch/m68k/kernel/head.S b/arch/m68k/kernel/head.S
index ac85f16534af..fb348caa734e 100644
--- a/arch/m68k/kernel/head.S
+++ b/arch/m68k/kernel/head.S
@@ -1532,7 +1532,7 @@ L(cache_done):
1532 1532
1533/* 1533/*
1534 * Find a tag record in the bootinfo structure 1534 * Find a tag record in the bootinfo structure
1535 * The bootinfo structure is located right after the kernel bss 1535 * The bootinfo structure is located right after the kernel
1536 * Returns: d0: size (-1 if not found) 1536 * Returns: d0: size (-1 if not found)
1537 * a0: data pointer (end-of-records if not found) 1537 * a0: data pointer (end-of-records if not found)
1538 */ 1538 */
diff --git a/arch/m68k/kernel/setup_mm.c b/arch/m68k/kernel/setup_mm.c
index 9f16a15fa287..18423a843379 100644
--- a/arch/m68k/kernel/setup_mm.c
+++ b/arch/m68k/kernel/setup_mm.c
@@ -220,7 +220,7 @@ void __init setup_arch(char **cmdline_p)
220 int i; 220 int i;
221#endif 221#endif
222 222
223 /* The bootinfo is located right after the kernel bss */ 223 /* The bootinfo is located right after the kernel */
224 if (!CPU_IS_COLDFIRE) 224 if (!CPU_IS_COLDFIRE)
225 m68k_parse_bootinfo((const struct bi_record *)_end); 225 m68k_parse_bootinfo((const struct bi_record *)_end);
226 226