Re: [Xen-ia64-devel] Re: MiniOS on ia64

2008-11-24 Thread Dietmar Hahn
Hi Samuel, Am Mittwoch, 12. November 2008 schrieb Dietmar Hahn: > Am Dienstag, 11. November 2008 schrieb Samuel Thibault: > > Hello, > > > > Dietmar Hahn, le Tue 11 Nov 2008 09:47:18 +0100, a écrit : > > > This doesn't work on ia64 because the special object mini-os_app.o is > > > not linkable wit

Re: [Xen-ia64-devel] [PATCH]minios: remove big endian stuff

2008-11-24 Thread Isaku Yamahata
Applied, thanks. On Tue, Nov 18, 2008 at 10:49:01AM +0100, Dietmar Hahn wrote: > Hi, > > this patch removes all the useless big endian stuff from the minios. > Thanks. > > Dietmar. > # HG changeset patch > # User [EMAIL PROTECTED] > # Date 1227002151 -3600 > # Node ID 56ecdf7c49e7d86caf476da711

[Xen-ia64-devel] [PATCH] compilation fix of drivers/balloon/sysfs.c

2008-11-24 Thread Isaku Yamahata
compilation fix of drivers/balloon/sysfs.c This patch fixes the following compilation error for ia64. > CC drivers/xen/balloon/sysfs.o > /linux-2.6.18-xen.hg/drivers/xen/balloon/sysfs.c:114: error: expected '=', > ',', ';', 'asm' or '__attribute__' before 'register_balloon' > /linux-2.6.18