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 };