summaryrefslogtreecommitdiffstats
path: root/arm64-makefile-vdso_install.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2013-07-08 14:59:04 -0500
committerJustin M. Forbes <jforbes@redhat.com>2013-07-08 14:59:04 -0500
commit692b701d08508db129e14bf11fa38effa1a96b85 (patch)
tree5532951dfd752d8bfb56b9b59ec7d915555b8394 /arm64-makefile-vdso_install.patch
parent333a655d5447c1d66f091051f2024e6a18d2246a (diff)
downloadkernel-692b701d08508db129e14bf11fa38effa1a96b85.tar.gz
kernel-692b701d08508db129e14bf11fa38effa1a96b85.tar.xz
kernel-692b701d08508db129e14bf11fa38effa1a96b85.zip
Linux v3.10-6005-gd2b4a64
Diffstat (limited to 'arm64-makefile-vdso_install.patch')
-rw-r--r--arm64-makefile-vdso_install.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/arm64-makefile-vdso_install.patch b/arm64-makefile-vdso_install.patch
deleted file mode 100644
index f7b4d122b..000000000
--- a/arm64-makefile-vdso_install.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile
-index c95c5cb..b6ccf8a 100644
---- a/arch/arm64/Makefile
-+++ b/arch/arm64/Makefile
-@@ -60,6 +60,10 @@ zinstall install: vmlinux
- dtbs: scripts
- $(Q)$(MAKE) $(build)=$(boot)/dts dtbs
-
-+PHONY += vdso_install
-+vdso_install:
-+ $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso $@
-+
- # We use MRPROPER_FILES and CLEAN_FILES now
- archclean:
- $(Q)$(MAKE) $(clean)=$(boot)