Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/sys



On Jun 7, 12:31am, tsutsui%ceres.dti.ne.jp@localhost (Izumi Tsutsui) wrote:
-- Subject: Re: CVS commit: src/sys/sys

| christos%zoulas.com@localhost wrote:
| 
| > | Hmm, bufpages is actually used by some files:
| > | sys/arch/powerpc/oea/oea_machdep.c
| Sorry, this doesn't refer it (only in comments).
| 
| > | sys/arch/sun2/sun2/machdep.c
| > | sys/compat/irix/irix_sysmp.c (local declaration added already)
| > | 
| > | Shouldn't they refer it?
| > 
| > It is always 0 these days. If they actually need the count, they should
| > use the new uvm variable.
| 
| But accroding to sys/kern/vfs_bio.c, we could still override it
| for bufmem_hiwater, coundn't it?
| (though sun2 value (37) seems overrided again by BUFMEM_HIWMMIN)

Yes, that is true. For that case they can still declare it locally
as an extern, instead of making it visible to the whole kernel.

christos



Home | Main Index | Thread Index | Old Index