On Mon, May 21, 2012 at 11:28 AM, Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > > I didn't bother looking at *why* it warns, but all other architectures > have the "if NET" part. Ok, I looked now, and it's because the definition of HAVE_BPF_JIT is inside the "if NET" thing. So if NET isn't enabled, then HAVE_BPF_JIT doesn't really *exist* as an option. Doing a "select" on it is thus not a good idea. I bet you could just move the two lines config HAVE_BPF_JIT bool up to the top of net/Kconfig (so that HAVE_BPF_JIT is available unconditionally), and then remove all the "if NET" from the four architectures that support it. Linus -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html