Re: finding out the boot cpu number from userspace

From: Alan Cox
Date: Mon Aug 02 2004 - 10:17:37 EST


On Llu, 2004-08-02 at 13:16, Arjan van de Ven wrote:
> Hi,
>
> assuming cpu 0 is the boot cpu sounds fragile/incorrect, but for irqbalanced
> I'd like to find out which cpu is the boot cpu, is there a good way of doing
> so ?
>
> The reason for needing this is that some firmware only likes running on the
> boot cpu so I need to bind firmware-related irq's to that cpu ideally.

Grab the physical CPU id during boot up and stick it in the
/proc/cpuinfo as another information line "Boot device: Yes/no"

Just don't use "Processor" in the string or some glibc's start getting
strange ideas about the CPU count.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/