Date: Mon, 16 Aug 2004 08:19:18 +0000 (UTC) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c Message-ID: <200408160819.i7G8JIce067033@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408160819.i7G8JIce067033>