Subject: re: CVS commit: src/sys/sys
To: matthew green <mrg@eterna.com.au>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 06/06/2005 16:01:30
On Jun 7,  5:43am, mrg@eterna.com.au (matthew green) wrote:
-- Subject: re: CVS commit: src/sys/sys

| bufpages has been a patchable variable ~forever.  are you wanting
| to remove that as well?

This was not the question. There are only 4 references of it in the whole tree:

Two of them are in comments:
    ./arch/arm/arm32/arm32_machdep.c:               bufpages = integer;*/
    ./arch/powerpc/oea/oea_machdep.c:        * the bufpages are allocated in case they overlap since it's not

One of them is valid used for debugging:
    ./arch/sun2/sun2/machdep.c:     bufpages = 37;

One of them is bogus, appears to be using the wrong variable:
    ./compat/irix/irix_sysmp.c:             irm->bufmem = bufpages;

I don't think that one use of this variable in the whole tree is enough
to justify its existance in the header file. 

christos