On Mon, 18 May 2015 21:42:06 +0300 Leon Romanovsky <leon@xxxxxxx> wrote: > kenter/kleave/kdebug are wrapper macros to print functions flow and debug > information. This set was written before pr_devel() was introduced, so > it was controlled by "#if 0" construction. > > This patch refactors the current macros to use general pr_devel() > functions which won't be compiled in if "#define DEBUG" is not declared > prior to that macros. I doubt if anyone has used these in a decade and only a tenth of the mm/nommu.c code is actually wired up to use the macros. I'd suggest just removing it all. If someone later has a need, they can add their own pr_devel() calls. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>