lkml.org 
[lkml]   [2010]   [May]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[tip:perf/nmi] watchdog: Export touch_softlockup_watchdog
Commit-ID:  0167c781907fcdc3e1f144ef5ce31d402c91eb94
Gitweb: http://git.kernel.org/tip/0167c781907fcdc3e1f144ef5ce31d402c91eb94
Author: Ingo Molnar <mingo@elte.hu>
AuthorDate: Thu, 13 May 2010 08:53:33 +0200
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Thu, 13 May 2010 08:53:33 +0200

watchdog: Export touch_softlockup_watchdog

There are modules that rely on it:

ERROR: "touch_softlockup_watchdog" [drivers/video/nvidia/nvidiafb.ko] undefined!

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
LKML-Reference: <1273713674-8434-1-git-send-regression-fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
kernel/watchdog.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kernel/watchdog.c b/kernel/watchdog.c
index 57b8e2c..be5e74e 100644
--- a/kernel/watchdog.c
+++ b/kernel/watchdog.c
@@ -124,6 +124,7 @@ void touch_softlockup_watchdog(void)
{
__get_cpu_var(watchdog_touch_ts) = 0;
}
+EXPORT_SYMBOL(touch_softlockup_watchdog);

void touch_all_softlockup_watchdogs(void)
{

\
 
 \ /
  Last update: 2010-05-13 09:01    [W:1.059 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site