| To: | linux mips mailing list <linux-mips@linux-mips.org>, Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH]: |
| From: | Juan Quintela <quintela@mandrakesoft.com> |
| Date: | 18 Dec 2002 02:42:25 +0100 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH]: protect includes from re-included them, Juan Quintela |
|---|---|
| Next by Date: | [PATCH]: Use C99 struct initializers in ip22 code, Juan Quintela |
| Previous by Thread: | [PATCH]: protect includes from re-included them, Juan Quintela |
| Next by Thread: | Re: [PATCH]:, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |