Re: [GIT PULL -tip v3] fix 39 'make headers_check' warnings

From: Ingo Molnar
Date: Sun Jan 18 2009 - 13:52:37 EST



* Ingo Molnar <mingo@xxxxxxx> wrote:

> why does such a change introduce new code? It is duplicating existing
> code instead of cleaning it all up.

this has the same problem too:

#ifdef CONFIG_BINFMT_SHARED_FLAT
#define MAX_SHARED_LIBS (4)
#else
#define MAX_SHARED_LIBS (1)
#endif
+#else /* __KERNEL__ */
+#define MAX_SHARED_LIBS (1)
+#endif /* __KERNEL__ */

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/