From 4a497e649b33f8b73696bbef0e6da221491460fe Mon Sep 17 00:00:00 2001 From: davem69 Date: Wed, 6 Jun 2001 22:55:28 +0000 Subject: Remove dependency on MESA sources from gl* files in SPARC glapi optimizations by moving the icache flush into the glapi_sparc.S file. Brian, how is this? --- src/mesa/sparc/sparc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mesa/sparc/sparc.h') diff --git a/src/mesa/sparc/sparc.h b/src/mesa/sparc/sparc.h index 432e6d11ba..55ab12122d 100644 --- a/src/mesa/sparc/sparc.h +++ b/src/mesa/sparc/sparc.h @@ -1,4 +1,4 @@ -/* $Id: sparc.h,v 1.2 2001/06/05 23:54:01 davem69 Exp $ */ +/* $Id: sparc.h,v 1.3 2001/06/06 22:55:28 davem69 Exp $ */ /* * Mesa 3-D graphics library @@ -34,6 +34,5 @@ extern void _mesa_init_all_sparc_transform_asm(void); extern void _mesa_init_sparc_glapi_relocs(void); -extern void _mesa_sparc_icache_flush(unsigned int *); #endif /* !(SPARC_H) */ -- cgit v1.2.3