[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [Xen-changelog] make 2.4 build again
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |