From 5e77d12951fa5ce199fecebd56650558313c8aad Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Jun 2000 20:32:44 +0000 Subject: Patch from John Cotton to correct cache routine naming to follow RTEMS package/object.method rule. This patch also eliminated calls to the obsolete routine m68k_enable_caching. --- c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c') diff --git a/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c index 9306768e5c..26b66b6d00 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c +++ b/c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c @@ -139,7 +139,7 @@ void bsp_start( void ) vme_lcsr->master_configuration = 1; /* Disable D32 transfers : they don't work on my VMEbus rack */ - m68k_enable_caching(); + rtems_cache_enable_instruction(); /* * we only use a hook to get the C library initialized. -- cgit v1.2.3