Share via


CacheErrorHandler (Windows Embedded CE 6.0)

1/5/2010

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 Nkstub.lib
Windows Embedded CE Windows CE 3.0 and later

See Also

Tasks

How to Develop an OEM Adaptation Layer

Reference

Required OAL Functions

Other Resources

Windows Embedded CE Modules and Components