From: Greg Kroah-Hartman Date: Tue, 13 Feb 2018 11:32:43 +0000 (+0100) Subject: fix up 4.4 debugfs powerpc patch X-Git-Tag: v4.9.81~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e3d38e4b50b44df236666a705dcbe0ccd75dbcb;p=thirdparty%2Fkernel%2Fstable-queue.git fix up 4.4 debugfs powerpc patch --- diff --git a/queue-4.4/powerpc-64s-allow-control-of-rfi-flush-via-debugfs.patch b/queue-4.4/powerpc-64s-allow-control-of-rfi-flush-via-debugfs.patch index b997291e698..138086f4591 100644 --- a/queue-4.4/powerpc-64s-allow-control-of-rfi-flush-via-debugfs.patch +++ b/queue-4.4/powerpc-64s-allow-control-of-rfi-flush-via-debugfs.patch @@ -26,14 +26,14 @@ Signed-off-by: Greg Kroah-Hartman --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c -@@ -39,6 +39,7 @@ +@@ -38,6 +38,7 @@ + #include #include #include ++#include -+#include #include #include - #include @@ -935,6 +936,35 @@ void __init setup_rfi_flush(enum l1d_flu rfi_flush_enable(enable); }