Geert Uytterhoeven <[email protected]> writes:

> On ARAnyM:
>
> Virtual kernel memory layout:
>     vector  : 0x002f4d10 - 0x002f5110   (   1 KiB)
>     kmap    : 0xd0000000 - 0xf0000000   ( 512 MiB)
>     vmalloc : 0x11800000 - 0xd0000000   (3048 MiB)
>     lowmem  : 0x00000000 - 0x11000000   ( 272 MiB)
>       .init : 0x00319000 - 0x0033c000   ( 140 KiB)
>       .text : 0x00001000 - 0x002487b8   (2334 KiB)
>       .data : 0x0024b540 - 0x00318a40   ( 822 KiB)
>       .bss  : 0x002f4ae0 - 0x00318a40   ( 144 KiB)
>
> End of data and end of bss are identical, as arch/m68k/kernel/vmlinux-std.lds
> says bss is a subset of data:

It's just the _edata symbol, I don't think this is a problem.  After
all, bss is only zero-initialized data, thus still part of kernel data.

Andreas.

-- 
Andreas Schwab, [email protected]
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."
--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to