LCDisable

Syntax

#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 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.

See Also

Cache Functions, LCEnable

Revision History

2006/03/01 Initial version.


CONFIDENTIAL