2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 /*****************************************************************************
10 AROS_LH2(ULONG, CacheControl,
13 AROS_LHA(ULONG, cacheBits, D0),
14 AROS_LHA(ULONG, cacheMask, D1),
17 struct ExecBase *, SysBase, 107, Exec)
20 Change/read the values in the 68030 cacr register. Only the bits set
21 in the mask parameter are affected.
24 cacheBits - new bit values.
25 cacheMask - Bits to change.
28 Old contents of cacr register.
39 It does nothing on the PPC
43 ******************************************************************************/
49 .globl AROS_SLIB_ENTRY(CacheControl,Exec)
50 .type AROS_SLIB_ENTRY(CacheControl,Exec),@function
51 AROS_SLIB_ENTRY
(CacheControl
,Exec
):
53 li ret
,0 /* return 0 */