forked from Minki/linux
1ff730b52f
introduce pv_cpu_ops to paravirtualize privleged instructions which are defined by ia64 intrinsics. make them indirect C function calls by introducing function tables, pv_cpu_ops. Signed-off-by: Yaozu (Eddie) Dong <eddie.dong@intel.com> Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Tony Luck <tony.luck@intel.com>
17 lines
351 B
Makefile
17 lines
351 B
Makefile
include include/asm-generic/Kbuild.asm
|
|
|
|
header-y += break.h
|
|
header-y += fpu.h
|
|
header-y += fpswa.h
|
|
header-y += ia64regs.h
|
|
header-y += intel_intrin.h
|
|
header-y += perfmon_default_smpl.h
|
|
header-y += ptrace_offsets.h
|
|
header-y += rse.h
|
|
header-y += ucontext.h
|
|
|
|
unifdef-y += gcc_intrin.h
|
|
unifdef-y += intrinsics.h
|
|
unifdef-y += perfmon.h
|
|
unifdef-y += ustack.h
|