LCDisable

C Specification

#include <revolution/os.h>
void LCDisable ( void );

Arguments

None.

Return Values

None.

Description

Disables the locked cache and returns the cache to the normal 32-KB 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.

See the LCEnable function to learn about the cost of using this function.

See Also

Cache Functions, LCEnable

Revision History

2006/03/01 Initial version.


CONFIDENTIAL