commit | 4327edf6b8a7ac7dce144313947995538842d8fd | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | Sat Sep 10 00:25:49 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Sep 10 10:06:21 2005 -0700 |
tree | e814f19d6f2ec8887ad590bfd67cd89d3d9f1002 | |
parent | b4012a9895b3e28e3bff3aa534d58c7827af6d4f [diff] |
[PATCH] Subject: PATCH: fix numa caused compile warnings pcibus_to_cpumask expands into more than just an initialiser so gcc moans about code before variable declarations. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>