All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keir Fraser <keir@xensource.com>
To: Alex Williamson <alex.williamson@hp.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: [PATCH] fix ia64 build
Date: Thu, 04 Jan 2007 09:49:24 +0000	[thread overview]
Message-ID: <C1C27E24.7100%keir@xensource.com> (raw)
In-Reply-To: <1167879825.14363.33.camel@bling>

There's nothing in kernel.h of use to asm files. If erroneous inclusion is
happening due to some include spaghetti, let's clean that up rather than
work around it.

 -- Keir

On 4/1/07 03:03, "Alex Williamson" <alex.williamson@hp.com> wrote:

> 
>    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  9:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-04  3:03 [PATCH] fix ia64 build Alex Williamson
2007-01-04  9:49 ` Keir Fraser [this message]
  -- 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=C1C27E24.7100%keir@xensource.com \
    --to=keir@xensource.com \
    --cc=alex.williamson@hp.com \
    --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.