> - cmos_init(ram_size, above_4g_mem_size, boot_device, hd); > + cmos_init(ram_size, above_4g_mem_size, boot_device, hd, smp_cpus);
smp_cpus is a global variable. Why bother passing it around? Are the CMOS contents documented anywhere? Paul
> - cmos_init(ram_size, above_4g_mem_size, boot_device, hd); > + cmos_init(ram_size, above_4g_mem_size, boot_device, hd, smp_cpus);
smp_cpus is a global variable. Why bother passing it around? Are the CMOS contents documented anywhere? Paul