Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
> src/sys/arch/arm/arm32: pmap.c
...and this breaks with a couple of now-missing symbols:
static struct pool pmap_l2dtable_pool;
static struct pool pmap_l2ptp_pool;
/home/dogcow/work/nbsrc/sys/arch/arm/arm32/pmap.c: In function 'pmap_postinit':
/home/dogcow/work/nbsrc/sys/arch/arm/arm32/pmap.c:4191: error:
'pmap_l2ptp_pool' undeclared (first use in this function)
/home/dogcow/work/nbsrc/sys/arch/arm/arm32/pmap.c:4191: error: (Each undeclared
identifier is reported only once
/home/dogcow/work/nbsrc/sys/arch/arm/arm32/pmap.c:4191: error: for each
function it appears in.)
/home/dogcow/work/nbsrc/sys/arch/arm/arm32/pmap.c:4193: error:
'pmap_l2dtable_pool' undeclared (first use in this function)
Home |
Main Index |
Thread Index |
Old Index