diff options
Diffstat (limited to 'arch/m32r')
-rw-r--r-- | arch/m32r/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/kernel/process.c b/arch/m32r/kernel/process.c index 5be4faaf5b1c..7103d91e1a2f 100644 --- a/arch/m32r/kernel/process.c +++ b/arch/m32r/kernel/process.c | |||
@@ -11,7 +11,7 @@ | |||
11 | #undef DEBUG_PROCESS | 11 | #undef DEBUG_PROCESS |
12 | #ifdef DEBUG_PROCESS | 12 | #ifdef DEBUG_PROCESS |
13 | #define DPRINTK(fmt, args...) printk("%s:%d:%s: " fmt, __FILE__, __LINE__, \ | 13 | #define DPRINTK(fmt, args...) printk("%s:%d:%s: " fmt, __FILE__, __LINE__, \ |
14 | __FUNCTION__, ##args) | 14 | __func__, ##args) |
15 | #else | 15 | #else |
16 | #define DPRINTK(fmt, args...) | 16 | #define DPRINTK(fmt, args...) |
17 | #endif | 17 | #endif |