On Tue, 2011-11-15 at 06:22 +0100, Mike Galbraith wrote: > > If we go that route, we might as well make everything > > EXPORT_SYMBOL_GPL(), and be damn to those that use nVidia. > > EXPORT_SYMBOL_GPL(migrate_disable) alone screws nVidia users, no? > > I have an RT user who has no other viable choice than nVidia. If the > above is true, that user will end up stuck at 2.6.33-rt until we get a > driver that actually works... or they deem linux to be a non-solution. Right, migrate_disable() should not have been an EXPORT_SYMBOL_GPL(), as it is a helper functions that is also exported as EXPORT_SYMBOL(). It shouldn't be called directly anyway, even by code in the kernel proper. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html