Share via


SH4CacheLines

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This variable defines the number of cache lines available to the kernel. SH4CacheLines is no longer supported in Windows Embedded CE 6.0 and later.

Syntax

DWORD SH4CacheLines;

Parameters

None.

Return Value

None.

Remarks

By default, the SH4 implementation sets this variable to 512.

The following code sample shows the value this variable is set to:

.align 4
.export _SH4CacheLines
;  SH4 cache setup
_SH4CacheLines  .data.l 512

The variable must be declared in a code section, not a data section. If the value is not stored in a code section, the value is not set properly when the kernel initializes.

Requirements

Header Developer Implemented
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

Required OAL Variables