mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] RT: Remove HARDIRQ_BITS dependency
@ 2005-09-21 23:38 Daniel Walker
  2005-09-26  6:23 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Walker @ 2005-09-21 23:38 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel


	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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] RT: Remove HARDIRQ_BITS dependency
  2005-09-21 23:38 [PATCH] RT: Remove HARDIRQ_BITS dependency Daniel Walker
@ 2005-09-26  6:23 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2005-09-26  6:23 UTC (permalink / raw)
  To: Daniel Walker; +Cc: linux-kernel


* Daniel Walker <dwalker@mvista.com> wrote:

> 	Moves HARDIRQ_BITS so it's doesn't block anything else
> from getting defined.

applied - with the delta that i moved it after the HARDIRQ_BITS 
definition, and i also got rid of the IRQSOFF bits.

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-26  6:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-21 23:38 [PATCH] RT: Remove HARDIRQ_BITS dependency Daniel Walker
2005-09-26  6:23 ` Ingo Molnar

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®