On 2/22/07, sathesh babu <sathesh_edara2003@xxxxxxxxxxx> wrote:
Hi, I have ported linux-2.6.12 kernel on MIPS processor.I would like to print the warning messges whenenver kernel or user code try to access unaligned address ( including proceor ID ). Is there any configuration option avaliable in the kernel to view the unaligned address?
Ummm ... not sure about MIPS, but in i386, exception 17 is raised for every unaligned access. alignment_check() is invoked for every such access. Regards, Rajat