Can you remove the random cleanups from this, and just leave the actual
patch please? Things like:
static inline int apic_id_registered(void)
{
- return (1);
+ return 1;
}
... have sweet FA to do with this. If you want to do that, it's a separate
patch.
M.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/