From 0a84e4bd94d495b465d3a243bc7b43e5fb513c1d Mon Sep 17 00:00:00 2001 From: "Gleb O. Raiko" Date: Thu, 30 Dec 1999 14:21:21 +0000 Subject: Fix a typo --- include/asm-mips/system.h | 4 ++-- 1 file 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 */ -- cgit v1.2.3