commit | 5368a2be34b96fda9c05d79424fa63a73ead04ed | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Sat Mar 14 17:19:51 2009 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Sat Mar 14 17:23:41 2009 -0700 |
tree | 14051f2c2e82d802bef7d69913e82135eef67b4f | |
parent | 93dbda7cbcd70a0bd1a99f39f44a9ccde8ab9040 [diff] |
x86: move brk initialization out of #ifdef CONFIG_BLK_DEV_INITRD 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>