The patch titled
     ia64: fix userspace compile error in gcc_intrin.h
has been added to the -mm tree.  Its filename is
     ia64-fix-userspace-compile-error-in-gcc_intrinh.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: ia64: fix userspace compile error in gcc_intrin.h
From: Doug Chapman <[EMAIL PROTECTED]>

Fixes userspace build errors when linux/ipv6.h is included such as in the
dhcpv6 package under fedora.  Likely causes other userspace build errors as
well.  I found this in akpm's tree from 2.6.18 but could not find any case
of anyone proposing it for the main tree.

Signed-off-by: Doug Chapman <[EMAIL PROTECTED]>
Cc: "Luck, Tony" <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 include/asm-ia64/gcc_intrin.h |    2 ++
 1 file changed, 2 insertions(+)

diff -puN 
include/asm-ia64/gcc_intrin.h~ia64-fix-userspace-compile-error-in-gcc_intrinh 
include/asm-ia64/gcc_intrin.h
--- 
a/include/asm-ia64/gcc_intrin.h~ia64-fix-userspace-compile-error-in-gcc_intrinh
+++ a/include/asm-ia64/gcc_intrin.h
@@ -24,7 +24,9 @@
 extern void ia64_bad_param_for_setreg (void);
 extern void ia64_bad_param_for_getreg (void);
 
+#ifdef __KERNEL__
 register unsigned long ia64_r13 asm ("r13") __attribute_used__;
+#endif
 
 #define ia64_setreg(regnum, val)                                               
\
 ({                                                                             
\
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

ia64-fix-userspace-compile-error-in-gcc_intrinh.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to