All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@hp.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] fix ia64 build
Date: Wed, 03 Jan 2007 20:03:45 -0700	[thread overview]
Message-ID: <1167879825.14363.33.camel@bling> (raw)


   This patch is necessary to build on ia64 with xen-unstable.hg cset
13214.  Thanks,

	Alex

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---

diff -r 60f91c9f1a24 xen/include/xen/kernel.h
--- a/xen/include/xen/kernel.h	Wed Jan 03 23:53:27 2007 +0000
+++ b/xen/include/xen/kernel.h	Wed Jan 03 19:55:42 2007 -0700
@@ -56,6 +56,7 @@
 	1;                                      \
 })
 
+#ifndef __ASSEMBLY__
 extern char _start[], _end[];
 #define is_kernel(p) ({                         \
     char *__p = (char *)(unsigned long)(p);     \
@@ -73,6 +74,6 @@ extern char _sinittext[], _einittext[];
     char *__p = (char *)(unsigned long)(p);     \
     (__p >= _sinittext) && (__p <= _einittext); \
 })
-
+#endif /* !__ASSEMBLY__ */
 #endif /* _LINUX_KERNEL_H */

             reply	other threads:[~2007-01-04  3:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-04  3:03 Alex Williamson [this message]
2007-01-04  9:49 ` [PATCH] fix ia64 build Keir Fraser
  -- strict thread matches above, loose matches on Subject: below --
2006-05-19 20:12 Alex Williamson
2006-03-31  6:59 Alex Williamson

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=1167879825.14363.33.camel@bling \
    --to=alex.williamson@hp.com \
    --cc=Keir.Fraser@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.