Skip to content

Commit

Permalink
[IA64] move gcc_intrin.h from header-y to unifdef-y
Browse files Browse the repository at this point in the history
When I submitted 0df2902 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>
  • Loading branch information
Doug Chapman authored and Tony Luck committed Mar 4, 2008
1 parent 6ed0dc5 commit 956d6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-ia64/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 956d6ca

Please sign in to comment.