All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mohammad A. Haque" <mhaque@haque.net>
To: Miles Lane <miles@megapathdsl.net>
Cc: Frank Davis <fdavis112@juno.com>, linux-kernel@vger.kernel.org
Subject: Re: INIT_LIST_HEAD marco audit
Date: Sun, 10 Dec 2000 23:14:54 -0500	[thread overview]
Message-ID: <3A3454BE.352FDB96@haque.net> (raw)
In-Reply-To: <390158470.976495326591.JavaMail.root@web346-wra.mail.com> <3A3441FC.28A2D2CA@haque.net> <3A344EFA.1CD056C@megapathdsl.net>

Does this look right to people?

--- linux-2.4.0-test12.old/drivers/pcmcia/tcic.c	Sun Nov 19 21:56:30
2000
+++ linux-2.4.0-test12/drivers/pcmcia/tcic.c	Sun Dec 10 23:00:07 2000
@@ -548,8 +548,9 @@
 	}
 }
 
-static struct tq_struct tcic_task = {
-	routine:	tcic_bh
+DECLARE_TASK_QUEUE(tcic_task);
+struct tq_struct run_tcic_task = {
+	routine:	(void (*)(void *)) tcic_bh
 };
 
 static void tcic_interrupt(int irq, void *dev, struct pt_regs *regs)
--- linux-2.4.0-test12.old/drivers/pcmcia/i82365.c	Sun Nov 19 21:56:30
2000
+++ linux-2.4.0-test12/drivers/pcmcia/i82365.c	Sun Dec 10 23:06:01 2000
@@ -877,8 +877,9 @@
 	}
 }
 
-static struct tq_struct pcic_task = {
-	routine:	pcic_bh
+DECLARE_TASK_QUEUE(pcic_task);
+struct tq_struct run_pcic_task = {
+	routine:	(void (*)(void *)) pcic_bh
 };
 
 static void pcic_interrupt(int irq, void *dev,

Miles Lane wrote:
> Would someone who knows what to do send out a patch for
> these two drivers?
> 
>         drivers/pcmcia/i82365.c
>         drivers/pcmcia/tcic.c

-- 

=====================================================================
Mohammad A. Haque                              http://www.haque.net/ 
                                               mhaque@haque.net

  "Alcohol and calculus don't mix.             Project Lead
   Don't drink and derive." --Unknown          http://wm.themes.org/
                                               batmanppc@themes.org
=====================================================================
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  reply	other threads:[~2000-12-11  4:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-11  0:42 INIT_LIST_HEAD marco audit Frank Davis
2000-12-11  0:46 ` Mohammad A. Haque
2000-12-11  2:54 ` Mohammad A. Haque
2000-12-11  3:22   ` Mohammad A. Haque
2000-12-11  3:50   ` Miles Lane
2000-12-11  4:14     ` Mohammad A. Haque [this message]
2000-12-11 12:52       ` Alan Cox
2000-12-11 13:19         ` Mohammad A. Haque
2000-12-11 23:07           ` Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3A3454BE.352FDB96@haque.net \
    --to=mhaque@haque.net \
    --cc=fdavis112@juno.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miles@megapathdsl.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.