diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-30 13:38:39 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-30 13:58:00 +0200 |
commit | 720b0e2e2d2240b5bed33478ac4bbbf570d04560 (patch) | |
tree | 9c9d8362edc3a5211c3acd07e181f3544ec4b510 /target/linux/brcm2708 | |
parent | b428f45c062dc8ca8c2f35f491fa467dc5b85519 (diff) | |
download | upstream-720b0e2e2d2240b5bed33478ac4bbbf570d04560.tar.gz upstream-720b0e2e2d2240b5bed33478ac4bbbf570d04560.tar.bz2 upstream-720b0e2e2d2240b5bed33478ac4bbbf570d04560.zip |
kernel: update 4.4 to 4.4.89
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/brcm2708')
-rw-r--r-- | target/linux/brcm2708/patches-4.4/0111-mm-Remove-the-PFN-busy-warning.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/patches-4.4/0111-mm-Remove-the-PFN-busy-warning.patch b/target/linux/brcm2708/patches-4.4/0111-mm-Remove-the-PFN-busy-warning.patch index 88f4939e0f..3a80486870 100644 --- a/target/linux/brcm2708/patches-4.4/0111-mm-Remove-the-PFN-busy-warning.patch +++ b/target/linux/brcm2708/patches-4.4/0111-mm-Remove-the-PFN-busy-warning.patch @@ -14,7 +14,7 @@ Signed-off-by: Eric Anholt <eric@anholt.net> --- a/mm/page_alloc.c +++ b/mm/page_alloc.c -@@ -6804,8 +6804,6 @@ int alloc_contig_range(unsigned long sta +@@ -6816,8 +6816,6 @@ int alloc_contig_range(unsigned long sta /* Make sure the range is really isolated. */ if (test_pages_isolated(outer_start, end, false)) { |