public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] move gcc_intrin.h from header-y to unifdef-y
@ 2008-02-29 20:28 Doug Chapman
  0 siblings, 0 replies; only message in thread
From: Doug Chapman @ 2008-02-29 20:28 UTC (permalink / raw)
  To: linux-ia64

When I submitted 0df29025fd0379d5950d206314d0b10a2c8a9607 to ad
an #ifdef __KERNEL__ to include/asm-ia64/gcc_intrin.h a few weeks
ago I neglected to move gcc_intrin.h from header-y to unifdef-y.
Thanks to David Woodhouse for pointing this out.

Signed-off-by: Doug Chapman <doug.chapman@hp.com>
Signed-off-by: Jarod Wilson <jwilson@redhat.com>


diff --git a/include/asm-ia64/Kbuild b/include/asm-ia64/Kbuild
index 4a1e48b..eb24a3f 100644
--- a/include/asm-ia64/Kbuild
+++ b/include/asm-ia64/Kbuild
@@ -3,7 +3,6 @@ include include/asm-generic/Kbuild.asm
 header-y += break.h
 header-y += fpu.h
 header-y += fpswa.h
-header-y += gcc_intrin.h
 header-y += ia64regs.h
 header-y += intel_intrin.h
 header-y += intrinsics.h
@@ -12,5 +11,6 @@ header-y += ptrace_offsets.h
 header-y += rse.h
 header-y += ucontext.h
 
+unifdef-y += gcc_intrin.h
 unifdef-y += perfmon.h
 unifdef-y += ustack.h



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-29 20:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-29 20:28 [PATCH] move gcc_intrin.h from header-y to unifdef-y Doug Chapman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox