[PATCH] lib/bitmap.c: enhance map pattern

2016-07-16 Thread Noam Camus
From: Noam Camus Today there are platforms with many CPUs (up to 4K). Trying to boot only part of the CPUs may result in too long string. For example lets take NPS platform that is part of arch/arc. This platform have SMP system with 256 cores each with 16 HW threads (SMT machine) where HW threa

Re: [PATCH] lib/bitmap.c: enhance map pattern

2016-07-16 Thread Ben Hutchings
On Sat, 2016-07-16 at 10:57 +0300, Noam Camus wrote: > From: Noam Camus > > Today there are platforms with many CPUs (up to 4K). > Trying to boot only part of the CPUs may result in too long string. > > For example lets take NPS platform that is part of arch/arc. > This platform have SMP system