mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Put cinfo array into initdata section. Added more precision in bootmem
cinfo array is now freed along with other init memory. bootmem allocator memory is reduced to be completely used up. free boot memory now prints the used free memory as well.
This commit is contained in:
@@ -37,7 +37,7 @@ cinfo_file_start = \
|
||||
* Add irqs, exceptions
|
||||
*/
|
||||
|
||||
struct container_info cinfo[] = {
|
||||
__initdata struct container_info cinfo[] = {
|
||||
'''
|
||||
cinfo_file_end = \
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user