aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-09-09 09:00:50 +0200
committerGeert Uytterhoeven <geert@linux-m68k.org>2013-11-26 11:09:11 +0100
commit29a202035753dd0e5810caaefe885ed8934bfd46 (patch)
tree971426ad2825e009e0570d055ed05e26519ec305 /arch/m68k/include
parentblock/z2ram: Remove duplicate external declarations (diff)
downloadlinux-dev-29a202035753dd0e5810caaefe885ed8934bfd46.tar.xz
linux-dev-29a202035753dd0e5810caaefe885ed8934bfd46.zip
m68k: The bootinfo is located right after the kernel
Since the introduction of init sections (which are located after BSS), the bootinfo is no longer located right after the BSS, but after all kernel sections. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include')
-rw-r--r--arch/m68k/include/asm/bootinfo.h2
1 files changed, 1 insertions, 1 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 @@
* This way I hope to keep all future changes back/forewards compatible.
* Thus, keep your fingers crossed...
*
- * This structure is copied right after the kernel bss by the bootstrap
+ * This structure is copied right after the kernel by the bootstrap
* routine.
*/