core: don't bother zeroing the disk cache and heap
authorH. Peter Anvin <hpa@zytor.com>
Sun, 7 Mar 2010 05:44:42 +0000 (21:44 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 7 Mar 2010 05:44:42 +0000 (21:44 -0800)
commit5e0674b819d373f3fd9306fe6c7bc9f5e63ed36c
treed6526d24585c8cd1cd9e19a389517f903a3f89f5
parent0c3c228dcad61d9a47e19c05d2f84ae9f84bc864
core: don't bother zeroing the disk cache and heap

No point in zeroing out the disk cache and the heap.  Put those in a
.hugebss section which we align, but don't zero.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/diskio.c
core/include/core.h
core/mem/init.c
core/syslinux.ld