* missing spinlock declaration in one of watchdogs
@ 2002-04-03 15:44 Paul P Komkoff Jr
0 siblings, 0 replies; only message in thread
From: Paul P Komkoff Jr @ 2002-04-03 15:44 UTC (permalink / raw)
To: Linux Kernel Mailing List, Alan Cox
One of watchdog drivers won't compile without it
Applies to -ac and latest marcelo tree.
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.226 -> 1.227
# drivers/char/w83877f_wdt.c 1.4 -> 1.5
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/04/03 stingray@proxy.sgu.ru 1.227
# w83877 missing spinlock
# --------------------------------------------
#
diff -Nru a/drivers/char/w83877f_wdt.c b/drivers/char/w83877f_wdt.c
--- a/drivers/char/w83877f_wdt.c Wed Apr 3 19:38:49 2002
+++ b/drivers/char/w83877f_wdt.c Wed Apr 3 19:38:49 2002
@@ -92,6 +92,7 @@
static unsigned long wdt_is_open;
static int wdt_expect_close;
static spinlock_t wdt_spinlock;
+static spinlock_t fop_spinlock;
/*
* Whack the dog
--
Paul P 'Stingray' Komkoff 'Greatest' Jr // (icq)23200764 // (irc)Spacebar
PPKJ1-RIPE // (smtp)i@stingr.net // (http)stingr.net // (pgp)0xA4B4ECA4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-04-03 15:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-03 15:44 missing spinlock declaration in one of watchdogs Paul P Komkoff Jr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®