[parisc-linux-cvs] linux deller

Helge Deller deller@gmx.de
Tue, 25 Jun 2002 22:28:18 +0200


--Boundary-00=_iJNG9znwv29FfnY
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline

On Tuesday 25 June 2002 22:26, Helge Deller wrote:
> CVSROOT:	/var/cvs
> Module name:	linux
> Changes by:	deller	02/06/25 14:26:16
>
> Modified files:
> 	include/linux  : hil.h
>
> Log message:
> added temporary debugging macro (#define hil_tasklet_schedule(x))

--Boundary-00=_iJNG9znwv29FfnY
Content-Type: text/plain;
  charset="iso-8859-1";
  name="diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="diff"

Index: hil.h
===================================================================
RCS file: /var/cvs/linux/include/linux/hil.h,v
retrieving revision 1.1
diff -u -p -r1.1 hil.h
--- hil.h	2002/05/03 18:56:47	1.1
+++ hil.h	2002/06/25 20:25:28
@@ -36,6 +36,15 @@
 
 #include <asm/types.h>
 
+#if 0
+  #define hil_tasklet_schedule(x) \
+	if (smp_processor_id() == 0 && !atomic_read(&((x)->count))) \
+		tasklet_schedule(x)
+#else
+  #define hil_tasklet_schedule(x) \
+		tasklet_schedule(x)
+#endif
+
 /* Physical constants relevant to raw loop/device timing. 
  */ 
 

--Boundary-00=_iJNG9znwv29FfnY--