header with parameters to describe the system's cache bahavior.
right now, parameters are hard coded. This commit was SVN r2099.
Этот коммит содержится в:
родитель
f4b77b5d60
Коммит
fa6abf032e
19
src/include/sys/cache.h
Обычный файл
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 */
|
Загрузка…
Ссылка в новой задаче
Block a user