x86: move brk initialization out of #ifdef CONFIG_BLK_DEV_INITRD
authorH. Peter Anvin <hpa@zytor.com>
Sun, 15 Mar 2009 00:19:51 +0000 (17:19 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 15 Mar 2009 00:23:41 +0000 (17:23 -0700)
Impact: build fix

The brk initialization functions were incorrectly located inside
an #ifdef CONFIG_VLK_DEV_INITRD block, causing the obvious build failure in
minimal configurations.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

No differences found