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