1 |*****************************************************************************
5 | __AROS_LH2(ULONG
, CacheControl
,
8 | __AROS_LA(ULONG
, cacheBits
, D0
),
9 | __AROS_LA(ULONG
, cacheMask
, D1
),
12 | struct ExecBase
*, SysBase
, 108, Exec
)
15 | Change
/read the values in the
68030 cacr
register. Only the bits set
16 | in the mask parameter are affected
.
19 | cacheBits
- new bit values
.
20 | cacheMask
- Bits to change
.
23 | Old contents of cacr
register.
37 |******************************************************************************
39 | Simple
68000s have no chaches
40 .globl _Exec_CacheControl