Re: [PATCH v2 2/2] Update sched_domains_numa_masks when new cpusare onlined.

From: Peter Zijlstra
Date: Thu Oct 04 2012 - 08:30:57 EST


On Tue, 2012-09-25 at 21:12 +0800, Tang Chen wrote:
> +static int sched_domains_numa_masks_update(struct notifier_block
> *nfb,
> + unsigned long action,
> + void *hcpu)
> +{
> + int cpu = (int)hcpu;

kernel/sched/core.c: In function âsched_domains_numa_masks_updateâ:
kernel/sched/core.c:6299:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

I've changed it to:

int cpu = (long)hcpu;



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