Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 956d6cad authored by Doug Chapman's avatar Doug Chapman Committed by Tony Luck
Browse files

[IA64] move gcc_intrin.h from header-y to unifdef-y



When I submitted 0df29025 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: default avatarDoug Chapman <doug.chapman@hp.com>
Signed-off-by: default avatarJarod Wilson <jwilson@redhat.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 6ed0dc5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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