From 9ab86cb8aea4540a520a2bd3dad3d753d019a624 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 13 Dec 2002 18:52:56 +0000 Subject: [PATCH] do a TBIAS after modifying cache enable bits --- sys/arch/cesfic/cesfic/autoconf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/cesfic/cesfic/autoconf.c b/sys/arch/cesfic/cesfic/autoconf.c index 5d7fdac88040..1e8d48deec3e 100644 --- a/sys/arch/cesfic/cesfic/autoconf.c +++ b/sys/arch/cesfic/cesfic/autoconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.c,v 1.6 2002/10/02 05:06:53 thorpej Exp $ */ +/* $NetBSD: autoconf.c,v 1.7 2002/12/13 18:52:56 drochner Exp $ */ /* * Copyright (c) 1997, 1999 @@ -47,6 +47,7 @@ #include #include #include +#include #include @@ -141,6 +142,7 @@ mainbus_map(physaddr, size, cacheable, virtaddr) *pte &= ~PG_CCB; } } + TBIAS(); return (0); }