]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for 32-bit Linux binary emulation on amd64:
authorTim J. Robbins <tjr@FreeBSD.org>
Mon, 16 Aug 2004 08:19:18 +0000 (08:19 +0000)
committerTim J. Robbins <tjr@FreeBSD.org>
Mon, 16 Aug 2004 08:19:18 +0000 (08:19 +0000)
commit84880f87d0628aaf2a064a315fa9360d8e37b805
tree840bba9657de112b378203e4856b0d3c1543a85f
parente9abf2d6e2ae45f9d14bc29dd4f1239583c6f602
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.
sys/compat/linprocfs/linprocfs.c