Home
last modified time | relevance | path

Searched refs:MAX_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/ppc/platforms/
Dapus_setup.c436 #define MAX_CACHE_SIZE 8192 macro
441 if (MAX_CACHE_SIZE < length) in cache_push()
442 length = MAX_CACHE_SIZE; in cache_push()
458 if (MAX_CACHE_SIZE < length) in cache_clear()
459 length = MAX_CACHE_SIZE; in cache_clear()