Re: [PATCH 2/2] Add a thread cpu time implementation to vDSO

From: Eric Dumazet
Date: Mon Dec 12 2011 - 15:13:18 EST


Le lundi 12 dÃcembre 2011 Ã 11:36 -0800, Arun Sharma a Ãcrit :
> From: Kumar Sundararajan <kumar@xxxxxx>
>

...

> +
> +struct vcpu_data {
> + struct vpercpu_data vpercpu[NR_CPUS];
> + unsigned int tsc_khz;
> + unsigned int tsc_unstable;
> +};

Thats a showstopper.

Try to compile the thing with NR_CPUS=4096 ?


--
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/