kern/63155: [patch] amr(4) ioctl fails for 32-bit binaries on 64-bit

Mikhail Teterin Mikhail.Teterin at Murex.com
Mon Mar 1 15:50:20 PST 2004


The following reply was made to PR kern/63155; it has been noted by GNATS.

From: Mikhail Teterin <Mikhail.Teterin at Murex.com>
To: freebsd-gnats-submit at FreeBSD.org, mi at aldan.algebra.com
Cc:  
Subject: Re: kern/63155: [patch] amr(4) ioctl fails for 32-bit binaries on 64-bit
Date: Mon, 1 Mar 2004 18:45:13 -0500

 	#ifdef IA32
 	....
 	#endif
 
 now seems the best way to conditionalize the definition of
 AMR_IO_COMMAND32. The IA32 is only defined on amd64 and when it is not,
 the 32-bit binaries can not run anyway.
 
 Still not sure, how to deal with ia64 -- does it even run 32-bit
 binaries? Is support for them unconditional?
 
 	-mi
 
 


More information about the freebsd-bugs mailing list