diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2020-11-26 14:22:11 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2020-11-26 17:32:43 +0000 |
commit | 4420ddaa5893acf524577b05bb0871e6f9d8735c (patch) | |
tree | d4b2e1d707e5b4e248e8f155e818777e70a12610 /target/linux/bcm27xx/patches-5.4/950-0027-mm-Remove-the-PFN-busy-warning.patch | |
parent | 18a53d43d646290053eff4736ec852efcf6bf510 (diff) | |
download | upstream-4420ddaa5893acf524577b05bb0871e6f9d8735c.tar.gz upstream-4420ddaa5893acf524577b05bb0871e6f9d8735c.tar.bz2 upstream-4420ddaa5893acf524577b05bb0871e6f9d8735c.zip |
kernel: clean up patch fuzz
Recent kernel bumps & target patch refactors have left some patch fuzz
around. Refreshed kernel patches using update_kernel script.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'target/linux/bcm27xx/patches-5.4/950-0027-mm-Remove-the-PFN-busy-warning.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.4/950-0027-mm-Remove-the-PFN-busy-warning.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm27xx/patches-5.4/950-0027-mm-Remove-the-PFN-busy-warning.patch b/target/linux/bcm27xx/patches-5.4/950-0027-mm-Remove-the-PFN-busy-warning.patch index b8c9ed0c80..0ca1cb7e06 100644 --- a/target/linux/bcm27xx/patches-5.4/950-0027-mm-Remove-the-PFN-busy-warning.patch +++ b/target/linux/bcm27xx/patches-5.4/950-0027-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 -@@ -8489,8 +8489,6 @@ int alloc_contig_range(unsigned long sta +@@ -8511,8 +8511,6 @@ int alloc_contig_range(unsigned long sta /* Make sure the range is really isolated. */ if (test_pages_isolated(outer_start, end, false)) { |