summaryrefslogtreecommitdiffstats
path: root/0001-add-Red-Hat-specific-taint-flags.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-add-Red-Hat-specific-taint-flags.patch')
-rw-r--r--0001-add-Red-Hat-specific-taint-flags.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0001-add-Red-Hat-specific-taint-flags.patch b/0001-add-Red-Hat-specific-taint-flags.patch
index 12d4809b9..cbecb7af4 100644
--- a/0001-add-Red-Hat-specific-taint-flags.patch
+++ b/0001-add-Red-Hat-specific-taint-flags.patch
@@ -51,7 +51,7 @@ index b82db0c0caec..28be75396242 100644
+/* End of Red Hat-specific taint flags */
+#define TAINT_FLAGS_COUNT 32
#define TAINT_FLAGS_MAX ((1UL << TAINT_FLAGS_COUNT) - 1)
-
+
struct taint_flag {
diff --git a/kernel/panic.c b/kernel/panic.c
index e2157ca387c8..534bc76e43da 100644
@@ -76,8 +76,8 @@ index e2157ca387c8..534bc76e43da 100644
+ [ TAINT_RESERVED30 ] = { '?', '-', false },
+ [ TAINT_RESERVED31 ] = { '?', '-', false },
};
-
+
/**
--
-2.26.2
+2.25.4