Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 04/06/2005 13:09:10
Module Name: src
Committed By: yamt
Date: Wed Apr 6 13:09:10 UTC 2005
Modified Files:
src/sys/kern: subr_blist.c
src/sys/sys: blist.h
Log Message:
introduce new types, blist_bitmap_t and blist_blkno_t,
and use them instead of uint64_t.
make them 32-bit for now because it's what swap slot allocation code uses.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/kern/subr_blist.c
cvs rdiff -r1.4 -r1.5 src/sys/sys/blist.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.