From: Daniel Walker <dwalker@mvista.com>
To: mingo@elte.hu
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] RT: Remove HARDIRQ_BITS dependency
Date: Wed, 21 Sep 2005 16:38:12 -0700 [thread overview]
Message-ID: <1127345892.19506.45.camel@dhcp153.mvista.com> (raw)
Moves HARDIRQ_BITS so it's doesn't block anything else
from getting defined.
Signed-off-by: Daniel Walker <dwalker@mvista.com>
Index: linux-2.6.13/include/linux/hardirq.h
===================================================================
--- linux-2.6.13.orig/include/linux/hardirq.h
+++ linux-2.6.13/include/linux/hardirq.h
@@ -28,10 +28,10 @@
*/
#define PREEMPT_BITS 8
#define SOFTIRQ_BITS 8
-#ifndef HARDIRQ_BITS
-#define HARDIRQ_BITS 12
#define PREEMPT_ACTIVE_BITS 1
#define IRQSOFF_BITS 1
+#ifndef HARDIRQ_BITS
+#define HARDIRQ_BITS 12
/*
* The hardirq mask has to be large enough to have space for potentially
next reply other threads:[~2005-09-21 23:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-21 23:38 Daniel Walker [this message]
2005-09-26 6:23 ` Ingo Molnar
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=1127345892.19506.45.camel@dhcp153.mvista.com \
--to=dwalker@mvista.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/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
all inboxes | Powered by JetHome®