]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sparc/mm/fault.c
sparc: remove CONFIG_SUN4
[linux-2.6-omap-h63xx.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;