All of lore.kernel.org
 help / color / mirror / Atom feed
* [Adeos-main] [PATCH] armnommu compile fix
@ 2004-01-27  0:00 Paul Mundt
  2004-01-27  9:29 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Mundt @ 2004-01-27  0:00 UTC (permalink / raw)
  To: adeos-main

[-- Attachment #1: Type: text/plain, Size: 1109 bytes --]

Hi,

The current kernel-2.4/adeos-common/include/asm-armnommu/adeos.h has a broken
__adeos_clear_irq(). This looks like it was copied from an SMP-able adeos.h
and cleaned up, with only this one line being left over and subsequently
causing the build to fail.

Against current CVS HEAD.

 kernel-2.4/adeos-common/include/asm-armnommu/adeos.h |    1 -
 1 files changed, 1 deletion(-)

Index: kernel-2.4/adeos-common/include/asm-armnommu/adeos.h
===================================================================
RCS file: /cvsroot/adeos/adeos/platforms/linux/kernel-2.4/adeos-common/include/asm-armnommu/adeos.h,v
retrieving revision 1.20
diff -u -r1.20 adeos.h
--- kernel-2.4/adeos-common/include/asm-armnommu/adeos.h	9 Jan 2004 10:06:15 -0000	1.20
+++ kernel-2.4/adeos-common/include/asm-armnommu/adeos.h	26 Jan 2004 23:59:04 -0000
@@ -204,7 +204,6 @@
     clear_bit(IPIPE_LOCK_FLAG,&(adp)->irqs[irq].control); \
     (adp)->cpudata[0].irq_hits[irq] = 0; \
     __adeos_clear_pend(adp,irq); \
-    } \
 } while(0)
 
 #define adeos_virtual_irq_p(irq) ((irq) >= IPIPE_VIRQ_BASE && \

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-27  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-27  0:00 [Adeos-main] [PATCH] armnommu compile fix Paul Mundt
2004-01-27  9:29 ` Philippe Gerum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.