WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: [Xen-changelog] make 2.4 build again

To: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Re: [Xen-changelog] make 2.4 build again
From: Rik van Riel <riel@xxxxxxxxxx>
Date: Thu, 18 Nov 2004 09:26:22 -0500 (EST)
Delivery-date: Thu, 18 Nov 2004 16:10:56 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: <E1CU9Ve-0001Dc-KH@xxxxxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <E1CU9Ve-0001Dc-KH@xxxxxxxxxxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
On Tue, 16 Nov 2004, BitKeeper Bot wrote:

ChangeSet 1.1580, 2004/11/16 16:18:43+00:00, smh22@xxxxxxxxxxxxxxxxxxxx

        make 2.4 build again

It looks like this is needed for 2.6 too, in case
CONFIG_4KSTACKS isn't set.

--- a/linux-2.4.27-xen-sparse/include/asm-xen/irq.h     2004-11-16 15:01:14 
-05:00
+++ b/linux-2.4.27-xen-sparse/include/asm-xen/irq.h     2004-11-16 15:01:14 
-05:00
@@ -59,4 +59,7 @@

#define CPU_MASK_NONE 0

+/* XXX SMH: no-op for compat w/ 2.6 shared files */
+#define irq_ctx_init(cpu) do { ; } while (0)
+
#endif /* _ASM_IRQ_H */


--
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>