]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up 4.4 debugfs powerpc patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Feb 2018 11:32:43 +0000 (12:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Feb 2018 11:32:43 +0000 (12:32 +0100)
queue-4.4/powerpc-64s-allow-control-of-rfi-flush-via-debugfs.patch

index b997291e698aa2cf6c638477b62cc6418ff6d8a2..138086f459194de42781020465e81ebc1041763e 100644 (file)
@@ -26,14 +26,14 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 --- a/arch/powerpc/kernel/setup_64.c
 +++ b/arch/powerpc/kernel/setup_64.c
-@@ -39,6 +39,7 @@
+@@ -38,6 +38,7 @@
+ #include <linux/hugetlb.h>
  #include <linux/memory.h>
  #include <linux/nmi.h>
++#include <linux/debugfs.h>
  
-+#include <asm/debugfs.h>
  #include <asm/io.h>
  #include <asm/kdump.h>
- #include <asm/prom.h>
 @@ -935,6 +936,35 @@ void __init setup_rfi_flush(enum l1d_flu
                rfi_flush_enable(enable);
  }