> +static DECLARE_BITMAP(apicid_map, MAX_LOCAL_APIC) __initdata; > +static char apicid_list[MAX_LOCAL_APIC] __initdata; Is MAX_LOCAL_APIC really big enough to print them all in ASCII? It would be better to not use that large a buffer, but print in smaller pieces (I realize this would enlarge your patch, but then it would also save a lot of BSS) -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html