=================================================================== RCS file: /cvs/funnyos/arch/testarm/dev/tairqc.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- funnyos/arch/testarm/dev/tairqc.c 2007/11/04 23:15:57 1.6 +++ funnyos/arch/testarm/dev/tairqc.c 2007/11/05 20:11:25 1.7 @@ -1,5 +1,5 @@ /* - * $Id: tairqc.c,v 1.6 2007/11/04 23:15:57 init Exp $ + * $Id: tairqc.c,v 1.7 2007/11/05 20:11:25 init Exp $ */ #include #include @@ -12,7 +12,7 @@ #include #include -#define TAIRQC_DEBUG +/* #define TAIRQC_DEBUG */ #ifdef TAIRQC_DEBUG #define DPRINTF(x...) do { printf(x); } while (0)