summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/system.h
diff options
context:
space:
mode:
authorGleb O. Raiko <raiko@niisi.msk.ru>1999-12-30 14:21:21 +0000
committerGleb O. Raiko <raiko@niisi.msk.ru>1999-12-30 14:21:21 +0000
commit0a84e4bd94d495b465d3a243bc7b43e5fb513c1d (patch)
treedda5204d0b52431dd2b85f8ebee070cdcdaa97e3 /include/asm-mips/system.h
parentdb5cf8e9ffe93e076d259f073e3862167d5ba8f2 (diff)
Fix a typo
Diffstat (limited to 'include/asm-mips/system.h')
-rw-r--r--include/asm-mips/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/system.h b/include/asm-mips/system.h
index d224086f6..a1f553488 100644
--- a/include/asm-mips/system.h
+++ b/include/asm-mips/system.h
@@ -1,4 +1,4 @@
-/* $Id: system.h,v 1.19 1999/12/04 03:59:12 ralf Exp $
+/* $Id: system.h,v 1.20 1999/12/06 23:13:21 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -270,7 +270,7 @@ extern void __die_if_kernel(const char *, struct pt_regs *, const char *where,
#define die(msg, regs) \
__die(msg, regs, __FILE__ ":"__FUNCTION__, __LINE__)
-#define die_if_kernel(msg, regs) do { \
+#define die_if_kernel(msg, regs) \
__die_if_kernel(msg, regs, __FILE__ ":"__FUNCTION__, __LINE__)
#endif /* _ASM_SYSTEM_H */