| To: | Rajat Jain <rajat.noida.india@gmail.com> |
|---|---|
| Subject: | Re: unaligned access |
| From: | sathesh babu <sathesh_edara2003@yahoo.co.in> |
| Date: | Thu, 22 Feb 2007 09:18:44 +0000 (GMT) |
| Cc: | linux-mips@linux-mips.org |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=2bNMHyJH7qp38wz5WBPjMZuggn4Bi69QhuRVeEzPnQDVCl259Q1TCIJPZfCwafO68Rjc5smH+njOk12jAxzbq8c1pLj3pygpOjZ5sHHHQFyLW+n9vIj8nN409u063zuMetQcszHDcxYHEhoYI83bV6GWDqqCkPaxHB1hgXg9mKo=; |
| In-reply-to: | <b115cb5f0702212353g4ee61a29ue0bd2636c811f297@mail.gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
|
Thanks Rajan. In case of arm processor, the alignment trap behavior can be changed by simply echo a number into /proc/sys/debug/alignment bit behavior when set --- ----------------- 0 A user process performing an unaligned memory access
will cause the kernel to print a message indicating process name, pid, pc, instruction, address, and the fault code. 1 The kernel will attempt to fix up the user process performing the unaligned access. This is of course slow (think about the floating point emulator) and not recommended for production use. 2 The kernel will send a SIGBUS signal to the user process performing the unaligned access. I would like to know Is there similar type of implimentation avalilable for MIPS processor in linux-2.6.12 kernel to view or log the unaligned access addresses and corresponding processor ID. Regards, Sathesh Rajat Jain <rajat.noida.india@gmail.com> wrote: On 2/22/07, sathesh babu
Here?s a new way to find what you're looking for - Yahoo! Answers |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: unaligned access, Rajat Jain |
|---|---|
| Next by Date: | not getting command prompt at the console, Rajat Jain |
| Previous by Thread: | Re: unaligned access, Rajat Jain |
| Next by Thread: | Re: unaligned access, Kevin D. Kissell |
| Indexes: | [Date] [Thread] [Top] [All Lists] |