linux: Release 4.13.4-openpower2
Add two patches for P9:
powerpc/mce: Move 64-bit machine check code into mce.c
powerpc/64s: Add workaround for P9 vector CI load issue
The first patch is a prerequsite for the second. The second patch is in
the powerpc-next branch for 4.15.
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/linux/0004-Release-OpenPower-kernel.patch b/openpower/linux/0004-Release-OpenPower-kernel.patch
new file mode 100644
index 0000000..47062f1
--- /dev/null
+++ b/openpower/linux/0004-Release-OpenPower-kernel.patch
@@ -0,0 +1,23 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Joel Stanley <joel@jms.id.au>
+Date: Wed, 4 Oct 2017 13:32:14 +1030
+Subject: [PATCH 4/4] Release OpenPower kernel
+
+Signed-off-by: Joel Stanley <joel@jms.id.au>
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 159901979dec..a8ecdef4cd33 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ VERSION = 4
+ PATCHLEVEL = 13
+ SUBLEVEL = 4
+-EXTRAVERSION =
++EXTRAVERSION = -openpower2
+ NAME = Fearless Coyote
+
+ # *DOCUMENTATION*