> +#ifdef CONFIG_HAVE_GENERIC_SHOW_MEM > +void show_mem(void) > +{ > + pg_data_t *pgdat; > + int total = 0, reserved = 0, shared = 0, nonshared = 0, highmem = 0; All of these should be unsigned long. Might overflow on very large configurations otherwise. -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html