Sync c_linesize and c_nlines comments with reality.

This commit is contained in:
uwe 2005-10-25 22:03:43 +00:00
parent 64fe9d910c
commit c2ec5cfaef
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cache.h,v 1.32 2004/04/27 16:37:43 pk Exp $ */
/* $NetBSD: cache.h,v 1.33 2005/10/25 22:03:43 uwe Exp $ */
/*
* Copyright (c) 1996
@ -243,8 +243,9 @@ struct cacheinfo {
int c_enabled; /* true => cache is enabled */
int c_hwflush; /* true => have hardware flush */
int c_linesize; /* line size, in bytes */
/* if split, MIN(icache,dcache) */
int c_l2linesize; /* log2(linesize) */
int c_nlines; /* number of cache lines */
int c_nlines; /* precomputed # of lines to flush */
int c_physical; /* true => cache has physical
address tags */
int c_associativity; /* # of "buckets" in cache line */