Speed-up finding next free cluster by starting the search from where the
[AROS.git] / arch / .unmaintained / ppc-native / exec / cacheclearu.s
blob871a0b1f56520044f5a4b2cce5ad7789c2631874
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 /*****************************************************************************
8 NAME
10 AROS_LH0(void, CacheClearU,
12 LOCATION
13 struct ExecBase *, SysBase, 106, Exec)
15 FUNCTION
16 Flushes the contents of all CPU caches in a simple way.
18 INPUTS
20 RESULT
22 NOTES
24 EXAMPLE
26 BUGS
28 SEE ALSO
30 INTERNALS
31 Left out until I decide about PPC memory model
32 HISTORY
34 ******************************************************************************/
36 #include "machine.i"
38 .text
39 .balign 4
40 .globl AROS_SLIB_ENTRY(CacheClearU,Exec)
41 .type AROS_SLIB_ENTRY(CacheClearU,Exec),@function
42 AROS_SLIB_ENTRY(CacheClearU,Exec):
43 subr
44 rts