Krzysztof Oledzki <[email protected]> wrote:
>
> > Actually, this warning should be seen on many other systems on well. We
> > use the bigsmp when there _or_ more than 8 CPUs or CPU_HOTPLUG is used.
> > So, in that sense the message is wrong, it should also have CPU_HOTPLUG in
> > there. Or we should make CPU_HOTPLUG depend on GENERIC_ARCH or auto select
> > GENERIC_ARCH with hotplug at the CONFIG level.
>
> Why? I have exactly 4 HT CPUs (2 cores), no more. I use CPU hotplug so I
> can disable or enable any of them when I want to. So, this is a classic
> SMP system and 2.6.15 is totally happy with this. Or is there any other
> (better?) way to disable/enable CPU (especially second logical CPU from
> HT) on running systems?
Maybe we should have:
if (num_possible_cpus() <= 8)
dont_do_any_of_that_stuff();
That's assuming that hotplug-cpu-capable platforms are correctly setting
cpu_possible_map. Do they?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]