diff options
author | Juli Mallett <jmallett@FreeBSD.org> | 2012-03-12 08:13:04 +0000 |
---|---|---|
committer | Juli Mallett <jmallett@FreeBSD.org> | 2012-03-12 08:13:04 +0000 |
commit | c8b31c8f20d23786fc1798d8840ae47e53feefc7 (patch) | |
tree | 98dd9a652e18516a6839ab625b0bd8b52ca8458d /sys/mips/include/cache.h | |
parent | b6f97155ccab302d0c3920d20604b183a036f0fb (diff) |
Notes
Diffstat (limited to 'sys/mips/include/cache.h')
-rw-r--r-- | sys/mips/include/cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/mips/include/cache.h b/sys/mips/include/cache.h index d73daa211d1e..9fc91595a10d 100644 --- a/sys/mips/include/cache.h +++ b/sys/mips/include/cache.h @@ -217,7 +217,6 @@ do { \ struct mips_cpuinfo; void mips_config_cache(struct mips_cpuinfo *); -void mips_dcache_compute_align(void); #include <machine/cache_mipsNN.h> #endif /* _MACHINE_CACHE_H_ */ |