diff options
| author | Ruslan Bukin <br@FreeBSD.org> | 2016-11-19 16:36:38 +0000 |
|---|---|---|
| committer | Ruslan Bukin <br@FreeBSD.org> | 2016-11-19 16:36:38 +0000 |
| commit | d509eaf204af38793cbad2b6540cab495d6eaa35 (patch) | |
| tree | 2851a0c99ff64ee7bf2486ca3a7e00c9f863dc17 /sys/mips/include | |
| parent | a3af8177e5952d6eb4bc9b159f73c95f930f1a74 (diff) | |
Notes
Diffstat (limited to 'sys/mips/include')
| -rw-r--r-- | sys/mips/include/cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/mips/include/cache.h b/sys/mips/include/cache.h index 9fc91595a10d8..a95d5d0a255bf 100644 --- a/sys/mips/include/cache.h +++ b/sys/mips/include/cache.h @@ -161,6 +161,8 @@ extern struct mips_cache_ops mips_cache_ops; /* PRIMARY CACHE VARIABLES */ extern int mips_picache_linesize; extern int mips_pdcache_linesize; +extern int mips_sdcache_linesize; +extern int mips_dcache_max_linesize; #define __mco_noargs(prefix, x) \ do { \ |
