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

Re: [Xen-devel] Comiple fails for Xen 2.0.2

To: Nicholas Berry <nikberry@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Comiple fails for Xen 2.0.2
From: Adam Sulmicki <adam@xxxxxxxxxxxx>
Date: Wed, 5 Jan 2005 12:38:43 -0500 (EST)
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 05 Jan 2005 17:47:08 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
In-reply-to: <s1dbd931.002@xxxxxxxxxxxxxxxxxxxxxxxxxx>
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: <s1dbd931.002@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx

as per fix in xen 2.0-testing

sulmicki@redbull:/usr/src/cm/xen> cat xen-202r.idle_loop.diff
===== xen/arch/x86/domain.c 1.92 vs edited =====
--- 1.92/xen/arch/x86/domain.c  2004-12-14 09:38:46 -07:00
+++ edited/xen/arch/x86/domain.c        2005-01-04 10:11:09 -07:00
@@ -57,7 +57,7 @@ static void default_idle(void)
         __sti();
 }

-static void idle_loop(void)
+static __attribute__((__used__)) void idle_loop(void)
 {
     int cpu = smp_processor_id();
     for ( ; ; )

sulmicki@redbull:/usr/src/cm/xen>

On Wed, 5 Jan 2005, Nicholas Berry wrote:

Changes in xen/arch/x86/domain.c in 2.0.2 break comiple for me with:

ld --oformat elf32-i386  -T x86_32/xen.lds -N \
   boot/x86_32.o /home/root/xen-2.0/xen/common/common.o
/home/root/xen-2.0/xen/drivers/char/driver.o
/home/root/xen-2.0/xen/drivers/acpi/driver.o
/home/root/xen-2.0/xen/drivers/pci/driver.o
/home/root/xen-2.0/xen/arch/x86/arch.o -o
/home/root/xen-2.0/xen/xen-syms
/home/root/xen-2.0/xen/arch/x86/arch.o(.text+0xc30): In function
`continue_idle_task':
: undefined reference to `idle_loop'

This was from the tarball.

Nik



**********************************************************
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues.


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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