summaryrefslogtreecommitdiff
path: root/Documentation/x86/x86_64/boot-options.txt
diff options
context:
space:
mode:
authorCliff Wickman <cpw@sgi.com>2008-10-23 22:54:05 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-10-27 13:17:16 (GMT)
commitef020ab0109aa5cd6eac2e93519b7641c9862828 (patch)
tree2ad7a8baa2b26d71c6217a204d2114c83c6baa69 /Documentation/x86/x86_64/boot-options.txt
parent9f32d21c981bb638d0991ce5675a20337312066b (diff)
downloadlinux-fsl-qoriq-ef020ab0109aa5cd6eac2e93519b7641c9862828.tar.xz
x86/uv: memory allocation at initialization
Impact: on SGI UV platforms, fix boot crash UV initialization is currently called too late to call alloc_bootmem_pages(). The current sequence is: start_kernel() mem_init() free_all_bootmem() <--- discard of bootmem rest_init() kernel_init() smp_prepare_cpus() native_smp_prepare_cpus() uv_system_init() <--- uses alloc_bootmem_pages() It should be calling kmalloc(). Signed-off-by: Cliff Wickman <cpw@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/x86/x86_64/boot-options.txt')
0 files changed, 0 insertions, 0 deletions