Module Name:    src
Committed By:   pgoyette
Date:           Thu Nov  5 06:26:16 UTC 2015

Modified Files:
        src/sys/arch/alpha/alpha: pmap.c
        src/sys/arch/mips/mips: pmap.c
        src/sys/arch/powerpc/booke: booke_pmap.c

Log Message:
Remove SYSVSHM-specific code.  The value of shminfo.shmall is zero at
the time this pmap initialization code is called, so the increment is
a no-op.  (Thanks christos@ for pointing it out.)


To generate a diff of this commit:
cvs rdiff -u -r1.259 -r1.260 src/sys/arch/alpha/alpha/pmap.c
cvs rdiff -u -r1.219 -r1.220 src/sys/arch/mips/mips/pmap.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/powerpc/booke/booke_pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to