CacheErrorHandler
8/27/2008
This function handles cache errors that occur on a MIPS platform.
Syntax
LEAF_ENTRY(CacheErrorHandler);
Parameters
None.
Return Value
None.
Remarks
This function must be implemented for all MIPS platforms.
The kernel initializes the vector table to this function when a cache error occurs on a MIPS processor. By default, the kernel does not set up the CPU to call this function on an error.
For more information on enabling the cache error, see the MIPS microprocessor documentation.
Requirements
Header | Developer Implemented |
Library | Nk.lib |
Windows Embedded CE | Windows CE 3.0 and later |
See Also
Tasks
How to Develop an OEM Adaptation Layer