Module Name: src
Committed By: tsutsui
Date: Tue Mar 2 15:01:04 UTC 2010
Modified Files:
src/sys/arch/mac68k/mac68k: pmap_bootstrap.c
Log Message:
A variable protostfree is only declared for M68040 or M68060 kernels,
so it should also be wrapped with #ifdef M68040/#endif in MD sources.
Fixes build error on SMALLRAM kernel, reported by ha...@.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/mac68k/mac68k/pmap_bootstrap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.