linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "brijesh.chodavadiya@einfochips.com" <brijesh.chodavadiya@einfochips.com>
To: linuxppc-embedded@ozlabs.org
Subject: request_irq in a module casues kernel crash
Date: Wed, 12 Jul 2006 12:17:10 +0530	[thread overview]
Message-ID: <44B49AEE.5010407@einfochips.com> (raw)

please rewrite handler function with,

 void handler(int irq, void *dev_id, struct pt_regs * regs)
 {
	printk("Interrupt handler invoked for irq %d \n",irq);
	return IRQ_HANDLED;
 }



eInfochips Business Disclaimer:
This message may contain confidential, proprietary or legally Privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, Disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by eInfochips Limited and/or eInfochips Inc("eInfochips") unless sent with that express intent and with due authority of eInfochips. eInfochips has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.

             reply	other threads:[~2006-07-12  6:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-12  6:47 brijesh.chodavadiya [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-03-23  5:50 request_irq in a module casues kernel crash Subodh Nijsure
2001-03-23  6:01 ` Cort Dougan

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=44B49AEE.5010407@einfochips.com \
    --to=brijesh.chodavadiya@einfochips.com \
    --cc=linuxppc-embedded@ozlabs.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).