1
1

header with parameters to describe the system's cache bahavior.

right now, parameters are hard coded.

This commit was SVN r2099.
Этот коммит содержится в:
Rich Graham 2004-08-12 23:30:16 +00:00
родитель f4b77b5d60
Коммит fa6abf032e

19
src/include/sys/cache.h Обычный файл
Просмотреть файл

@ -0,0 +1,19 @@
/*
* $HEADER$
*/
/** @file
*
* Define the cache caracteristics of the platform
*
*/
#ifndef CACHE
#define CACHE 1
/* size of cache line - for now hardwire this to a reasonable
* value, and automate later - RLG */
#define CACHE_LINE_SIZE 128
#endif /* CACHE */