2003-09-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* shared/cache/cache.c (m68030): fix prototype mismatch of
	_CPU_cache_flush_entire_data.
This commit is contained in:
Ralf Corsepius
2003-09-18 08:51:55 +00:00
parent 80be7bf6e2
commit 67c6b92bc8
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2003-09-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/cache/cache.c (m68030): fix prototype mismatch of
_CPU_cache_flush_entire_data.
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* shared/misc/m68kidle.c: URL for license changed.

View File

@@ -53,7 +53,7 @@
/* Only the mc68030 has a data cache; it is writethrough only. */
void _CPU_cache_flush_1_data_line ( const void * d_addr ) {}
void _CPU_cache_flush_entire_data ( const void * d_addr ) {}
void _CPU_cache_flush_entire_data ( void ) {}
void _CPU_cache_invalidate_1_data_line (
const void * d_addr )