From 0264fdcc3aa4d7fd1d91ce3b529e0d8d89108dae Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Mon, 26 Sep 2016 22:36:35 +0300 Subject: [PATCH] compel: plugins, std -- Add headers stubs - linkage.h points to CRIU's asm specific - prologue.h is just a link to x86, we will need to fix it when start using std with other plugins Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov Signed-off-by: Andrei Vagin --- compel/arch/aarch64/plugins/include/asm/prologue.h | 1 + compel/arch/arm/plugins/include/asm/prologue.h | 1 + compel/arch/ppc64/plugins/include/asm/prologue.h | 1 + 3 files changed, 3 insertions(+) create mode 120000 compel/arch/aarch64/plugins/include/asm/prologue.h create mode 120000 compel/arch/arm/plugins/include/asm/prologue.h create mode 120000 compel/arch/ppc64/plugins/include/asm/prologue.h diff --git a/compel/arch/aarch64/plugins/include/asm/prologue.h b/compel/arch/aarch64/plugins/include/asm/prologue.h new file mode 120000 index 000000000..e0275e350 --- /dev/null +++ b/compel/arch/aarch64/plugins/include/asm/prologue.h @@ -0,0 +1 @@ +../../../../../arch/x86/plugins/include/asm/prologue.h \ No newline at end of file diff --git a/compel/arch/arm/plugins/include/asm/prologue.h b/compel/arch/arm/plugins/include/asm/prologue.h new file mode 120000 index 000000000..e0275e350 --- /dev/null +++ b/compel/arch/arm/plugins/include/asm/prologue.h @@ -0,0 +1 @@ +../../../../../arch/x86/plugins/include/asm/prologue.h \ No newline at end of file diff --git a/compel/arch/ppc64/plugins/include/asm/prologue.h b/compel/arch/ppc64/plugins/include/asm/prologue.h new file mode 120000 index 000000000..e0275e350 --- /dev/null +++ b/compel/arch/ppc64/plugins/include/asm/prologue.h @@ -0,0 +1 @@ +../../../../../arch/x86/plugins/include/asm/prologue.h \ No newline at end of file