|
From: Seiji A. <sei...@hd...> - 2013-08-22 14:45:50
|
> Printing the regs pointer is rather useless. This is specific for x86, > why not print the ip of where it happened and the faulting address > itself? Thank you for reviewing. I will change the regs pointer to ip. > Note, you only need to change the TP_printk() to do that. For > efficiency reasons, only pass in regs. OK. Will change the TP_printk(). Seiji |