linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [TRIVIAL] Comment fix asm-i386_hardirq.h
@ 2002-09-10  9:26 Rusty Trivial Russell
  2002-09-10 18:01 ` Skip Ford
  0 siblings, 1 reply; 2+ messages in thread
From: Rusty Trivial Russell @ 2002-09-10  9:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

[ The best bit about this is how every arch copied the comment 8) ]
From:  Skip Ford <skip.ford@verizon.net>


--- trivial-2.5.34/include/asm-i386/hardirq.h.orig	2002-09-10 19:11:13.000000000 +1000
+++ trivial-2.5.34/include/asm-i386/hardirq.h	2002-09-10 19:11:13.000000000 +1000
@@ -27,8 +27,8 @@
  * - ( bit 26 is the PREEMPT_ACTIVE flag. )
  *
  * PREEMPT_MASK: 0x000000ff
- * HARDIRQ_MASK: 0x0000ff00
- * SOFTIRQ_MASK: 0x00ff0000
+ * SOFTIRQ_MASK: 0x0000ff00
+ * HARDIRQ_MASK: 0x00ff0000
  */
 
 #define PREEMPT_BITS	8
-- 
  Don't blame me: the Monkey is driving
  File: Skip Ford <skip.ford@verizon.net>: Comment fix asm-i386_hardirq.h

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

* Re: [TRIVIAL] Comment fix asm-i386_hardirq.h
  2002-09-10  9:26 [TRIVIAL] Comment fix asm-i386_hardirq.h Rusty Trivial Russell
@ 2002-09-10 18:01 ` Skip Ford
  0 siblings, 0 replies; 2+ messages in thread
From: Skip Ford @ 2002-09-10 18:01 UTC (permalink / raw)
  To: Rusty Trivial Russell; +Cc: linux-kernel, trivial

Rusty Trivial Russell wrote:
> [ The best bit about this is how every arch copied the comment 8) ]
 [ cc'ing trivial ]

After those patches were generated, another arch copied the
incorrect comment.

--- linux/include/asm-sparc/hardirq.h~	Tue Sep 10 13:56:32 2002
+++ linux/include/asm-sparc/hardirq.h	Tue Sep 10 13:56:47 2002
@@ -39,8 +39,8 @@
  * - ( bit 26 is the PREEMPT_ACTIVE flag. )
  *
  * PREEMPT_MASK: 0x000000ff
- * HARDIRQ_MASK: 0x0000ff00
- * SOFTIRQ_MASK: 0x00ff0000
+ * SOFTIRQ_MASK: 0x0000ff00
+ * HARDIRQ_MASK: 0x00ff0000
  */
 
 #define PREEMPT_BITS    8

-- 
Skip

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

end of thread, other threads:[~2002-09-10 17:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-10  9:26 [TRIVIAL] Comment fix asm-i386_hardirq.h Rusty Trivial Russell
2002-09-10 18:01 ` Skip Ford

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).