#include <revolution/os.h> void LCDisable ( void );
None.
None.
Disables the locked cache and returns the cache to the normal 32 Kbyte and 8-way set associative state.
Before disabling the cache, this function will invalidate the default locked cache region to ensure that nonexistent physical addresses don't remain in the cache.
Refer to the LCEnable function for the cost of using this function.
2006/03/01 Initial version.
CONFIDENTIAL