All of lore.kernel.org
 help / color / mirror / Atom feed
* cpumask change causes sparc build bustage
@ 2009-01-11  8:31 ` David Miller
  0 siblings, 0 replies; 14+ messages in thread
From: David Miller @ 2009-01-11  8:31 UTC (permalink / raw)
  To: linux-kernel; +Cc: sparclinux, travis, mingo


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@sgi.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@sgi.com>
    Signed-off-by: Ingo Molnar <mingo@elte.hu>

I'm surprised linux-next builds didn't catch this.

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2009-01-11 22:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-11  8:31 cpumask change causes sparc build bustage David Miller
2009-01-11  8:31 ` David Miller
2009-01-11  9:50 ` Stephen Rothwell
2009-01-11  9:50   ` Stephen Rothwell
2009-01-11 12:06   ` David Miller
2009-01-11 12:06     ` David Miller
2009-01-11 12:13     ` Ingo Molnar
2009-01-11 12:13       ` Ingo Molnar
2009-01-11 16:49     ` Mike Travis
2009-01-11 16:49       ` Mike Travis
2009-01-11 21:50       ` David Miller
2009-01-11 21:50         ` David Miller
2009-01-11 22:29         ` Mike Travis
2009-01-11 22:29           ` Mike Travis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.