[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <0d7489e6b52210d5f972ad80570c059b63124c2a.1260949674.git.joe@perches.com>
Date: Wed, 16 Dec 2009 00:09:08 -0800
From: Joe Perches <joe@...ches.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 09/14] kernel.h: Don't use NORET_AND just use noreturn, instead
Signed-off-by: Joe Perches <joe@...ches.com>
---
include/linux/kernel.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 97c80c7..3b796b9 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -127,7 +127,7 @@ static inline void might_fault(void)
extern struct atomic_notifier_head panic_notifier_list;
extern long (*panic_blink)(long time);
NORET_TYPE void panic(const char *fmt, ...)
- __attribute__ ((NORET_AND format (printf, 1, 2))) __cold;
+ __attribute__ ((noreturn, format (printf, 1, 2))) __cold;
extern void oops_enter(void);
extern void oops_exit(void);
extern int oops_may_print(void);
--
1.6.6.rc0.57.gad7a
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists