Source-Changes-D archive

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

re: CVS commit: src/sys/arch



"Maya Rashish" writes:
> Module Name:	src
> Committed By:	maya
> Date:		Fri Dec 23 08:09:54 UTC 2016
> 
> Modified Files:
> 	src/sys/arch/hp300/hp300: pmap_bootstrap.c
> 	src/sys/arch/mvme68k/mvme68k: pmap_bootstrap.c
> 
> Log Message:
> remove conflicting declarations of physmem. we want it to be psize_t

hmm.

sys/arch/alpha/alpha/machdep.c:603:     printf("physmem = %d\n", physmem);
sys/arch/sparc64/sparc64/pmap.c:832:                         (int)physmem, (int)physmem));
sys/compat/linux/common/linux_misc.c:1269:      si.totalram = ctob((u_long)physmem);
sys/compat/linux32/common/linux32_sysinfo.c:78: si.totalram = ctob((u_long)physmem);
sys/compat/osf1/osf1_misc.c:168:                data = &physmem;
sys/compat/osf1/osf1_misc.c:169:                datalen = sizeof(physmem);
sys/kern/init_sysctl_base.c:222:        u = ((u_int)physmem > (UINT_MAX / PAGE_SIZE)) ?
sys/kern/uipc_mbuf.c:203:           (vsize_t)physmem * PAGE_SIZE / MCLBYTES / 16);
sys/miscfs/kernfs/kernfs_vnops.c:90:     { DT_REG, N("physmem"),   &physmem,     KFSint,         VREG, READ_MODE  },

all look like they need attention.


.mrg.


Home | Main Index | Thread Index | Old Index