diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-11 20:13:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-11 20:13:17 +0000 |
commit | f875e18fd28cf744a504f0f8ddbfd9d4c211098c (patch) | |
tree | bf86427be39686b5a4cbf1dc6c9155cd62067c1d /target/linux/generic/patches-4.4/902-debloat_proc.patch | |
parent | 2611a5538eae308e69000f42eecde5d7fdfe7a25 (diff) | |
download | upstream-f875e18fd28cf744a504f0f8ddbfd9d4c211098c.tar.gz upstream-f875e18fd28cf744a504f0f8ddbfd9d4c211098c.tar.bz2 upstream-f875e18fd28cf744a504f0f8ddbfd9d4c211098c.zip |
kernel: Update kernel 4.4 to 4.4.0
This removes one patch which was applied upstream with commit
67b9bcd36906e12a15ffec19463afbbd6a41660e. All other patches were
refreshed.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 48203
Diffstat (limited to 'target/linux/generic/patches-4.4/902-debloat_proc.patch')
-rw-r--r-- | target/linux/generic/patches-4.4/902-debloat_proc.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.4/902-debloat_proc.patch b/target/linux/generic/patches-4.4/902-debloat_proc.patch index 9f77858c55..6568836b2c 100644 --- a/target/linux/generic/patches-4.4/902-debloat_proc.patch +++ b/target/linux/generic/patches-4.4/902-debloat_proc.patch @@ -134,7 +134,7 @@ --- a/mm/vmstat.c +++ b/mm/vmstat.c @@ -1553,10 +1553,12 @@ static int __init setup_vmstat(void) - vmstat_wq = alloc_workqueue("vmstat", WQ_FREEZABLE|WQ_MEM_RECLAIM, 0); + cpu_notifier_register_done(); #endif #ifdef CONFIG_PROC_FS - proc_create("buddyinfo", S_IRUGO, NULL, &fragmentation_file_operations); |