From: Pekka Enberg Date: Mon, 22 Jun 2009 10:08:08 +0000 (+0200) Subject: [S390] s390: remove DEBUG_MALLOC X-Git-Tag: v2.6.31-rc1~59^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66d51f3e81b1067bdc836b3aba609eec957c693c;p=pandora-kernel.git [S390] s390: remove DEBUG_MALLOC The kernel now has kmemleak and kmemtrace so there's no reason to keep this ugly s390 hack around. I am not sure how it's supposed to work on SMP anyway as it uses a global variable to temporarily store the return value of all kmalloc() calls: void *b; #define kmalloc(x...) (PRINT_INFO(" kmalloc %p\n",b=kmalloc(x)),b) Cc: Cc: Heiko Carstens Signed-off-by: Pekka Enberg Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed