From 0c87e7198edd27c3661b10226d94c916faf3829d Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Fri, 18 Sep 2009 09:13:57 -0700 Subject: [PATCH] --- yaml --- r: 165979 b: refs/heads/master c: 76baeebf7df493703eeb4428eac015bdb7fabda6 h: refs/heads/master i: 165977: d03b77732895a98969139483f79b716d074001f2 165975: 302b2dd92e1ed283c93e36fb694d0a3470cd7537 v: v3 --- [refs] | 2 +- trunk/arch/x86/pci/common.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5ca5f504f1ff..554a07d92b62 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7715a1e887c5dedc9cf1e57a8f35df261c749b08 +refs/heads/master: 76baeebf7df493703eeb4428eac015bdb7fabda6 diff --git a/trunk/arch/x86/pci/common.c b/trunk/arch/x86/pci/common.c index 5db96d4304de..1331fcf26143 100644 --- a/trunk/arch/x86/pci/common.c +++ b/trunk/arch/x86/pci/common.c @@ -646,7 +646,7 @@ int get_mp_bus_to_node(int busnum) #else /* CONFIG_X86_32 */ -static unsigned char mp_bus_to_node[BUS_NR] = { +static int mp_bus_to_node[BUS_NR] = { [0 ... BUS_NR - 1] = -1 };