All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Mundt <lethal@domain.hid>
To: adeos-main@gna.org
Subject: [Adeos-main] [PATCH] armnommu compile fix
Date: Mon, 26 Jan 2004 19:00:22 -0500	[thread overview]
Message-ID: <20040127000022.GA17036@domain.hid> (raw)

[-- 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 --]

             reply	other threads:[~2004-01-27  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-27  0:00 Paul Mundt [this message]
2004-01-27  9:29 ` [Adeos-main] [PATCH] armnommu compile fix Philippe Gerum

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040127000022.GA17036@domain.hid \
    --to=lethal@domain.hid \
    --cc=adeos-main@gna.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.