Title: [8205] trunk/arch/blackfin/include/asm/nmi.h: Task [#4796], forgoten checkin this head file in last commit
Revision
8205
Author
gyang
Date
2010-01-20 21:18:16 -0500 (Wed, 20 Jan 2010)

Log Message

Task [#4796], forgoten checkin this head file in last commit

Added Paths

Diff

Added: trunk/arch/blackfin/include/asm/nmi.h (0 => 8205)


--- trunk/arch/blackfin/include/asm/nmi.h	                        (rev 0)
+++ trunk/arch/blackfin/include/asm/nmi.h	2010-01-21 02:18:16 UTC (rev 8205)
@@ -0,0 +1,17 @@
+/*
+ * Copyright 2010-2010 Analog Devices Inc.
+ *
+ * Licensed under the GPL-2
+ */
+
+#ifndef _BFIN_NMI_H_
+#define _BFIN_NMI_H_
+
+#include <linux/nmi.h>
+#ifdef CONFIG_NMI_WATCHDOG
+void check_nmi_watchdog(unsigned int cpu);
+#else
+static inline void check_nmi_watchdog(unsigned int cpu) {};
+#endif
+
+#endif
Property changes on: trunk/arch/blackfin/include/asm/nmi.h
___________________________________________________________________

Added: svn:eol-style

_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to