x86/brk: put the brk reservations in their own section
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Sun, 15 Mar 2009 06:20:47 +0000 (23:20 -0700)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Tue, 17 Mar 2009 19:58:15 +0000 (12:58 -0700)
commit704439ddf9f8ff1fc8c6d8abaac4bc4c95697e39
tree51faea24d641a53086d5c37cad9f4cbb0b5c6f0b
parent0b1c723d0bd199300a1a2de57a46000d17577498
x86/brk: put the brk reservations in their own section

Impact: disambiguate real .bss variables from .brk storage

Add a .brk section after the .bss section.  This has no effect
on the final vmlinux, but it more clearly distinguishes the space
taken by actual .bss symbols, and the variable space reserved
by .brk users.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
arch/x86/kernel/vmlinux_32.lds.S
arch/x86/kernel/vmlinux_64.lds.S