[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090111.003103.39502700.davem@davemloft.net>
Date: Sun, 11 Jan 2009 00:31:03 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: linux-kernel@...r.kernel.org
CC: sparclinux@...r.kernel.org, travis@....com, mingo@...e.hu
Subject: cpumask change causes sparc build bustage
drivers/pci/probe.c: In function 'pci_bus_show_cpuaffinity':
drivers/pci/probe.c:56: error: implicit declaration of function 'cpumask_of_pcibus'
drivers/pci/probe.c:56: warning: assignment makes pointer from integer without a cast
Almost certainly caused by:
commit 588235bb53f2c215f0d4b08fd30b461fedc3338e
Author: Mike Travis <travis@....com>
Date: Sun Jan 4 05:18:02 2009 -0800
cpumask: update pci_bus_show_cpuaffinity to use new cpumask API
Impact: use new cpumask API to reduce stack usage
Replace the local cpumask_t variable with a pointer to the
const cpumask that needs to be printed.
Signed-off-by: Mike Travis <travis@....com>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
I'm surprised linux-next builds didn't catch this.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists