From: Jeremy Katz <katzj@redhat.com>
To: Adam Heath <doogie@brainfood.com>
Cc: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: RE: compiler errors in latest unstable from 20051027
Date: Wed, 09 Nov 2005 17:08:36 -0500 [thread overview]
Message-ID: <1131574116.3533.75.camel@bree.local.net> (raw)
In-Reply-To: <Pine.LNX.4.58.0511091555190.1794@gradall.private.brainfood.com>
[-- Attachment #1: Type: text/plain, Size: 406 bytes --]
On Wed, 2005-11-09 at 15:59 -0600, Adam Heath wrote:
> > Er, no. I verified that smp_alt.h doesn't exist in the latest before sending
> > this mail. As for the other problems, that I didn't verify.
>
> And I just verified that it doesn't work with latest unstable either.
It looks like a few places aren't making sure that the smp_alternatives
patch is applied... does the attached fix things?
Jeremy
[-- Attachment #2: sparse-smp-alt.patch --]
[-- Type: text/x-patch, Size: 949 bytes --]
diff -r abbe3df33774 linux-2.6-xen-sparse/include/asm-xen/asm-i386/spinlock.h
--- a/linux-2.6-xen-sparse/include/asm-xen/asm-i386/spinlock.h Tue Nov 8 17:39:58 2005
+++ b/linux-2.6-xen-sparse/include/asm-xen/asm-i386/spinlock.h Wed Nov 9 17:08:18 2005
@@ -6,7 +6,10 @@
#include <asm/page.h>
#include <linux/config.h>
#include <linux/compiler.h>
+
+#ifdef CONFIG_SMP_ALTERNATIVES
#include <asm/smp_alt.h>
+#endif
asmlinkage int printk(const char * fmt, ...)
__attribute__ ((format (printf, 1, 2)));
diff -r abbe3df33774 linux-2.6-xen-sparse/include/asm-xen/asm-i386/system.h
--- a/linux-2.6-xen-sparse/include/asm-xen/asm-i386/system.h Tue Nov 8 17:39:58 2005
+++ b/linux-2.6-xen-sparse/include/asm-xen/asm-i386/system.h Wed Nov 9 17:08:18 2005
@@ -8,7 +8,10 @@
#include <asm/segment.h>
#include <asm/cpufeature.h>
#include <asm/hypervisor.h>
+
+#ifdef CONFIG_SMP_ALTERNATIVES
#include <asm/smp_alt.h>
+#endif
#ifdef __KERNEL__
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2005-11-09 22:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-09 20:36 compiler errors in latest unstable from 20051027 Ian Pratt
2005-11-09 21:51 ` Adam Heath
2005-11-09 21:59 ` Adam Heath
2005-11-09 22:08 ` Jeremy Katz [this message]
2005-11-09 23:04 ` Adam Heath
2005-11-10 10:53 ` Keir Fraser
2005-11-10 21:11 ` Adam Heath
2005-11-10 21:32 ` Adam Heath
2005-11-15 0:13 ` Adam Heath
-- strict thread matches above, loose matches on Subject: below --
2005-11-09 17:22 Adam Heath
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=1131574116.3533.75.camel@bree.local.net \
--to=katzj@redhat.com \
--cc=doogie@brainfood.com \
--cc=m+Ian.Pratt@cl.cam.ac.uk \
--cc=xen-devel@lists.xensource.com \
/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.