diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2019-08-02 18:55:55 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2019-08-02 18:55:55 +0200 |
commit | 00813d4dd976cc823fa089840ff2f4a10dd6cd0c (patch) | |
tree | 8f2c74a928c9ea0eceb64809d9039db824ae6663 /target/linux/brcm2708/patches-4.14/950-0153-vcsm-Describe-the-use-of-cache-operation-constants.patch | |
parent | 19226502bf6393706defe7f049c587b32c9b4f33 (diff) | |
download | upstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.tar.gz upstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.tar.bz2 upstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.zip |
brcm2708: remove linux 4.14 support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm2708/patches-4.14/950-0153-vcsm-Describe-the-use-of-cache-operation-constants.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.14/950-0153-vcsm-Describe-the-use-of-cache-operation-constants.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0153-vcsm-Describe-the-use-of-cache-operation-constants.patch b/target/linux/brcm2708/patches-4.14/950-0153-vcsm-Describe-the-use-of-cache-operation-constants.patch deleted file mode 100644 index 6cbf624a9c..0000000000 --- a/target/linux/brcm2708/patches-4.14/950-0153-vcsm-Describe-the-use-of-cache-operation-constants.patch +++ /dev/null @@ -1,39 +0,0 @@ -From d99ef60d169e20b8ab9f0d5b76d4d0e27a37526a Mon Sep 17 00:00:00 2001 -From: Sugizaki Yukimasa <i.can.speak.c.and.basic@gmail.com> -Date: Mon, 8 Jan 2018 21:15:13 +0900 -Subject: [PATCH 153/454] vcsm: Describe the use of cache operation constants - -Signed-off-by: Sugizaki Yukimasa <i.can.speak.c.and.basic@gmail.com> ---- - include/linux/broadcom/vmcs_sm_ioctl.h | 13 ++++++++----- - 1 file changed, 8 insertions(+), 5 deletions(-) - ---- a/include/linux/broadcom/vmcs_sm_ioctl.h -+++ b/include/linux/broadcom/vmcs_sm_ioctl.h -@@ -79,11 +79,6 @@ enum vmcs_sm_cache_e { - VMCS_SM_CACHE_BOTH, - }; - --/* Cache functions */ --#define VCSM_CACHE_OP_INV 0x01 --#define VCSM_CACHE_OP_CLEAN 0x02 --#define VCSM_CACHE_OP_FLUSH 0x03 -- - /* IOCTL Data structures */ - struct vmcs_sm_ioctl_alloc { - /* user -> kernel */ -@@ -173,6 +168,14 @@ struct vmcs_sm_ioctl_cache { - unsigned int size; - }; - -+/* -+ * Cache functions to be set to struct vmcs_sm_ioctl_clean_invalid cmd and -+ * vmcs_sm_ioctl_clean_invalid2 invalidate_mode. -+ */ -+#define VCSM_CACHE_OP_INV 0x01 -+#define VCSM_CACHE_OP_CLEAN 0x02 -+#define VCSM_CACHE_OP_FLUSH 0x03 -+ - struct vmcs_sm_ioctl_clean_invalid { - /* user -> kernel */ - struct { |