diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-08-04 18:41:50 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-04 20:53:02 +0200 |
commit | 08fe1c6dbc1a0bd1c5135cad3c924b3a03e815a2 (patch) | |
tree | 6b4d8b9651bacf228233fd5b7bb1234cddbfc360 /target/linux/generic/patches-3.18 | |
parent | 56cf1adc506a1b981a8ad8dd318c6bd9cf95f43f (diff) | |
download | upstream-08fe1c6dbc1a0bd1c5135cad3c924b3a03e815a2.tar.gz upstream-08fe1c6dbc1a0bd1c5135cad3c924b3a03e815a2.tar.bz2 upstream-08fe1c6dbc1a0bd1c5135cad3c924b3a03e815a2.zip |
kernel: remove obsolete slab tuning patch
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic/patches-3.18')
-rw-r--r-- | target/linux/generic/patches-3.18/900-slab_maxsize.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/generic/patches-3.18/900-slab_maxsize.patch b/target/linux/generic/patches-3.18/900-slab_maxsize.patch deleted file mode 100644 index 9375305c8b..0000000000 --- a/target/linux/generic/patches-3.18/900-slab_maxsize.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/include/linux/slab.h -+++ b/include/linux/slab.h -@@ -172,8 +172,8 @@ size_t ksize(const void *); - * to do various tricks to work around compiler limitations in order to - * ensure proper constant folding. - */ --#define KMALLOC_SHIFT_HIGH ((MAX_ORDER + PAGE_SHIFT - 1) <= 25 ? \ -- (MAX_ORDER + PAGE_SHIFT - 1) : 25) -+#define KMALLOC_SHIFT_HIGH ((MAX_ORDER + PAGE_SHIFT - 1) <= 17 ? \ -+ (MAX_ORDER + PAGE_SHIFT - 1) : 17) - #define KMALLOC_SHIFT_MAX KMALLOC_SHIFT_HIGH - #ifndef KMALLOC_SHIFT_LOW - #define KMALLOC_SHIFT_LOW 5 |