From 60b962239a0837869be3e9192003fb8076068b91 Mon Sep 17 00:00:00 2001 From: Benjamin Krill Date: Thu, 27 Feb 2014 15:49:21 +0100 Subject: [PATCH] powerpc/book3e: Fix check for linear mapping in TLB miss handler The previous code added wrong TLBs and causes machine check errors if a driver accessed passed the end of the linear mapping instead of a clean page fault. Signed-off-by: Ralph E. Bellofatto Signed-off-by: Benjamin Krill Signed-off-by: Benjamin Herrenschmidt --- Reading git-format-patch failed