Share via


SH4CacheLines

This variable defines the number of cache lines available to the kernel.

DWORD SH4CacheLines;

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 will not be set properly when the kernel initializes.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Not applicable.

See Also

Required OAL Variables

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.