m68k: print memory layout info in boot log
[cascardo/linux.git] / arch / m68k / kernel / vmlinux-sun3.lds
index 8080469..ad0f46d 100644 (file)
@@ -44,7 +44,9 @@ __init_begin = .;
        . = ALIGN(PAGE_SIZE);
        __init_end = .;
 
+  _sbss = .;
   BSS_SECTION(0, 0, 0)
+  _ebss = .;
 
   _end = . ;