commit | 8437fdc7428eac363579bf0cce2526c35573735c | [log] [tgz] |
---|---|---|
author | Andres Salomon <dilinger@debian.org> | Tue Mar 06 01:42:06 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Mar 06 09:30:24 2007 -0800 |
tree | a1ddfb89a6704be8af4677b60abbf742caf06efb | |
parent | 2272b0e03ea5731aca058eaf79c9955b36f0c083 [diff] |
[PATCH] hrtimers: fix HRTIMER_CB_IRQSAFE_NO_SOFTIRQ description The description for HRTIMER_CB_IRQSAFE_NO_SOFTIRQ is backwards; "NO SOFTIRQ" sounds a whole lot like it means it must not be run in a softirq. Signed-off-by: Andres Salomon <dilinger@debian.org> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>