From abb3ab22fdff9afa18988ed6fe8692f31f8c7311 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Thu, 11 May 2006 09:23:45 +0000 Subject: [PATCH] EoE processing with kernel timer again. --- master/master.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/master/master.h b/master/master.h index f4bb7787..d2d25a87 100644 --- a/master/master.h +++ b/master/master.h @@ -43,8 +43,7 @@ // Uncomment this to do EoE within a kernel timer. Otherwise, it will be // done in a working queue. -//#define EOE_TIMER - +#define EOE_TIMER /*****************************************************************************/