From owner-freebsd-current@FreeBSD.ORG Sat Jul 26 00:09:31 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29C6837B401 for ; Sat, 26 Jul 2003 00:09:31 -0700 (PDT) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A73A43FBD for ; Sat, 26 Jul 2003 00:09:30 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-2ivfj2b.dialup.mindspring.com ([165.247.204.75] helo=mindspring.com) by stork.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19gJBG-0003bm-00; Sat, 26 Jul 2003 00:09:26 -0700 Message-ID: <3F2228ED.59F5739E@mindspring.com> Date: Sat, 26 Jul 2003 00:08:29 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Julian Elischer References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a468c5c12d8272b9e5b01880111ec4bb8c387f7b89c61deb1d350badd9bab72f9c350badd9bab72f9c cc: freebsd-current@freebsd.org cc: Shawn Subject: Re: fuword(), suword(), etc. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2003 07:09:31 -0000 Julian Elischer wrote: > geeze terry would you mind unhijacking this topic? > > The topic is > > "Should we have an suptr() and fuptr() to match suword() and fuword()?" I'm not the one who posted the question without changing the subject line; please read the thread history. In answer to your question, my answer is still: "How do you intend to deal with 32 and 64 bit address spaces on the same machine, if all you have is one function for the copyin and one for the copyout?". Or is there no intent to allow IA32 binaries to run on IA64, never ever ever? -- Terry