From 42501f6294478872b0a04b31288696188bd39a40 Mon Sep 17 00:00:00 2001 From: macallan Date: Tue, 23 Sep 2008 13:58:59 +0000 Subject: [PATCH] properly 'probe' the MPC7400's L1 caches - before we'd fall through to setting both to PAGE_SIZE --- sys/arch/powerpc/oea/cpu_subr.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/powerpc/oea/cpu_subr.c b/sys/arch/powerpc/oea/cpu_subr.c index a528512ae3e2..11b9fc044dda 100644 --- a/sys/arch/powerpc/oea/cpu_subr.c +++ b/sys/arch/powerpc/oea/cpu_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: cpu_subr.c,v 1.47 2008/05/25 16:00:52 chs Exp $ */ +/* $NetBSD: cpu_subr.c,v 1.48 2008/09/23 13:58:59 macallan Exp $ */ /*- * Copyright (c) 2001 Matt Thomas. @@ -34,7 +34,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.47 2008/05/25 16:00:52 chs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.48 2008/09/23 13:58:59 macallan Exp $"); #include "opt_ppcparam.h" #include "opt_multiprocessor.h" @@ -305,6 +305,7 @@ cpu_probe_cache(void) case IBM750FX: case MPC601: case MPC750: + case MPC7400: case MPC7447A: case MPC7448: case MPC7450: