aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm/fault_32.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-05-12 00:35:45 -0700
committerDavid S. Miller <davem@davemloft.net>2012-05-12 00:35:45 -0700
commitee906c9e0bc9d3cc7fdfe82fb30f3c3c1318c3ef (patch)
treea33dd677564dd883b9a8c5d20f7b07c395f51ef1 /arch/sparc/mm/fault_32.c
parentsparc32: Remove sun4 and sun4c from enum sparc_cpu. (diff)
downloadlinux-dev-ee906c9e0bc9d3cc7fdfe82fb30f3c3c1318c3ef.tar.xz
linux-dev-ee906c9e0bc9d3cc7fdfe82fb30f3c3c1318c3ef.zip
sparc32: Trivial removal of sun4c references in comments.
I left some around, like the ones in the openprom headers, since we need to think about which pieces of those datastructures and code we can completely toss now. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/mm/fault_32.c')
-rw-r--r--arch/sparc/mm/fault_32.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sparc/mm/fault_32.c b/arch/sparc/mm/fault_32.c
index dd020b2a6508..5d37f1f8142c 100644
--- a/arch/sparc/mm/fault_32.c
+++ b/arch/sparc/mm/fault_32.c
@@ -235,10 +235,6 @@ asmlinkage void do_sparc_fault(struct pt_regs *regs, int text_fault, int write,
retry:
down_read(&mm->mmap_sem);
- /*
- * The kernel referencing a bad kernel pointer can lock up
- * a sun4c machine completely, so we must attempt recovery.
- */
if(!from_user && address >= PAGE_OFFSET)
goto bad_area;