Files
android_kernel_xiaomi_sm8450/arch/s390/include/asm
Pekka Enberg 66d51f3e81 [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: <linux-s390@vger.kernel.org>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2009-06-22 12:08:18 +02:00
..
2008-12-25 13:38:55 +01:00
2009-06-16 10:31:11 +02:00
2009-06-12 10:27:30 +02:00
2009-06-12 10:27:29 +02:00
2009-03-26 15:24:05 +01:00
2009-06-22 12:08:18 +02:00
2008-12-25 13:39:06 +01:00
2008-12-25 13:38:57 +01:00
2009-03-24 11:02:49 +02:00
2008-12-25 13:38:55 +01:00
2009-06-12 10:27:31 +02:00
2009-04-14 15:37:27 +02:00
2009-06-12 10:27:40 +02:00
2009-03-26 15:24:05 +01:00