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.
42 ******************************************************************************/
48 .globl AROS_SLIB_ENTRY(CacheControl,Exec)
49 .type AROS_SLIB_ENTRY(CacheControl,Exec),@function
50 AROS_SLIB_ENTRY
(CacheControl
,Exec
):
51 /* Simple 68000s have no chaches */