cvs commit: src/sys/compat/linprocfs linprocfs.c
Tim J. Robbins
tjr at FreeBSD.org
Mon Aug 16 01:19:18 PDT 2004
tjr 2004-08-16 08:19:18 UTC
FreeBSD src repository
Modified files:
sys/compat/linprocfs linprocfs.c
Log:
Add support for 32-bit Linux binary emulation on amd64:
- include <machine/../linux32/linux.h> instead of <machine/../linux/linux.h>
if building with the COMPAT_LINUX32 option.
- make minimal changes to the i386 linprocfs_docpuinfo() function to support
amd64. We return a fake CPU family of 6 for now.
Revision Changes Path
1.84 +16 -5 src/sys/compat/linprocfs/linprocfs.c
More information about the cvs-src
mailing list