Hi
ArcRead() usses funny types :(
Later, Juan.a
PD. Someone can explain me what mean:
__attribute__ ((__mode__ (__SI__)));
The SI part don't appear in the gcc info pages :(
Index: arch/mips/sgi-ip22/ip22-time.c
===================================================================
RCS file: /home/cvs/linux/arch/mips/sgi-ip22/ip22-time.c,v
retrieving revision 1.1.2.10
diff -u -r1.1.2.10 ip22-time.c
--- arch/mips/sgi-ip22/ip22-time.c 2 Dec 2002 00:24:50 -0000 1.1.2.10
+++ arch/mips/sgi-ip22/ip22-time.c 18 Dec 2002 00:49:20 -0000
@@ -195,7 +195,7 @@
{
int cpu = smp_processor_id();
int irq = SGI_8254_0_IRQ;
- long cnt;
+ ULONG cnt;
char c;
irq_enter(cpu, irq);
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
|