lkml.org 
[lkml]   [2003]   [Jun]   [17]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH][v850] v850 whitespace tweaks
DateTue, 17 Jun 2003 15:05:40 +0900 (JST)
From(Miles Bader)
diff -ruN -X../cludes linux-2.5.72-moo/include/asm-v850/hardirq.h linux-2.5.72-moo-v850-20030617/include/asm-v850/hardirq.h
--- linux-2.5.72-moo/include/asm-v850/hardirq.h	2003-05-27 11:31:32.000000000 +0900
+++ linux-2.5.72-moo-v850-20030617/include/asm-v850/hardirq.h	2003-06-17 14:23:12.000000000 +0900
@@ -80,12 +80,12 @@
 # define IRQ_EXIT_OFFSET HARDIRQ_OFFSET
 #endif
 
-#define irq_exit()							\
-do {									\
-		preempt_count() -= IRQ_EXIT_OFFSET;			\
-		if (!in_interrupt() && softirq_pending(smp_processor_id())) \
-			do_softirq();					\
-		preempt_enable_no_resched();				\
+#define irq_exit()							      \
+do {									      \
+	preempt_count() -= IRQ_EXIT_OFFSET;				      \
+	if (!in_interrupt() && softirq_pending(smp_processor_id()))	      \
+		do_softirq();						      \
+	preempt_enable_no_resched();					      \
 } while (0)
 
 #ifndef CONFIG_SMP
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 12:36    [W:0.209 / U:0.080 seconds]
©2003-2008 Jasper Spaans