From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Thu, 14 Nov 2002 19:37:07 +0000 Subject: Re: [Linux-ia64] Re: memcpy failure Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Thu, 14 Nov 2002 13:21:59 -0600, Mario Smarduch said: Mario> I'm referring to page faults and what handle_exception() does Mario> - regs->r8 = -EFAULT In the case of memcpy(), there are no exception regions ("handlers"), so handle_exception() won't do anything. copy_user() is different that way. --david