]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/compiler-gcc.h
printk: when dumping regs, show the stack, not thread_info
[karo-tx-linux.git] / include / linux / compiler-gcc.h
index 3d5202eda22f262e5c134bfb1f55b7e248dfcd79..e2949397c19b0d58bbebf84d37028ae9b969546c 100644 (file)
 
 #if GCC_VERSION >= 30400
 #define __must_check           __attribute__((warn_unused_result))
+#define __malloc               __attribute__((__malloc__))
 #endif
 
 #if GCC_VERSION >= 40000