sparc: remove CONFIG_SUN4
[deliverable/linux.git] / arch / sparc / mm / fault.c
index 3604c2e86709800455e949d27beabac11fdea949..a507e1174662e2bd0072a739d217a7480bcd60c2 100644 (file)
@@ -191,7 +191,7 @@ asmlinkage void do_sparc_fault(struct pt_regs *regs, int text_fault, int write,
         * only copy the information from the master page table,
         * nothing more.
         */
-       if (!ARCH_SUN4C_SUN4 && address >= TASK_SIZE)
+       if (!ARCH_SUN4C && address >= TASK_SIZE)
                goto vmalloc_fault;
 
        info.si_code = SEGV_MAPERR;
This page took 0.028968 seconds and 5 git commands to generate.