Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by

Doug Chapman and committed by
Tony Luck
956d6cad 6ed0dc5b

+1 -1
+1 -1
include/asm-ia64/Kbuild
··· 3 3 header-y += break.h 4 4 header-y += fpu.h 5 5 header-y += fpswa.h 6 - header-y += gcc_intrin.h 7 6 header-y += ia64regs.h 8 7 header-y += intel_intrin.h 9 8 header-y += intrinsics.h ··· 11 12 header-y += rse.h 12 13 header-y += ucontext.h 13 14 15 + unifdef-y += gcc_intrin.h 14 16 unifdef-y += perfmon.h 15 17 unifdef-y += ustack.h