On Tue, May 17, 2016 at 11:24:27AM +0100, Mark Brown wrote: > On Tue, May 17, 2016 at 05:57:33PM +0800, Huang Shijie wrote: > > On Wed, Apr 27, 2016 at 02:53:05PM -0400, David Long wrote: > > > > +#ifdef CONFIG_ARM64 > > > + pr_info("pre_handler: p->addr = 0x%p, pc = 0x%lx\n", > > > I think you miss the KERN_INFO here. > > That's what pr_info() does over printk() - it adds the KERN_INFO more > cleanly. sorry, I thought the "pr_info" to "printk" when I first read this code.
thanks Huang Shijie