Signed-off-by: Robert Zenz <Robert.Zenz@xxxxxxxxxxxxxx> --- backports/v4.1_pat_enabled.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backports/v4.1_pat_enabled.patch b/backports/v4.1_pat_enabled.patch index b266d9d..66a8671 100644 --- a/backports/v4.1_pat_enabled.patch +++ b/backports/v4.1_pat_enabled.patch @@ -10,9 +10,8 @@ index 8b95eef..020955d 100644 - pr_warn("ivtvfb needs PAT disabled, boot with nopat kernel parameter\n"); +#ifdef CONFIG_X86_PAT + if (WARN(pat_enabled, -+ "ivtvfb needs PAT disabled, boot with nopat kernel parameter\n"); ++ "ivtvfb needs PAT disabled, boot with nopat kernel parameter\n")) return -ENODEV; - } #endif +#endif -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html