Re: [PATCH] Profiling fixed (SMP/x86)

From: Tigran Aivazian (tigran@veritas.com)
Date: Mon May 08 2000 - 13:04:13 EST


Hi Zlatko,

On 8 May 2000, Zlatko Calusic wrote:
> + if (!user)
> + x86_do_profile(regs->eip);

Strictly speaking, it should be:

if(!user)
    x86_do_profile(instruction_pointer(regs));

If it looks strange (it does to me), then perhaps instruction_pointer()
macro ought to be shortened or even lost at all?

Regards,
Tigran

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon May 15 2000 - 21:00:11 EST