vpack270 and sleep mode

Russell King - ARM Linux linux at arm.linux.org.uk
Tue May 25 16:24:47 EDT 2010


On Tue, May 25, 2010 at 07:26:54PM +0600, 237 Rumjantsev Egor (PROG) wrote:
> Unable to handle kernel paging request at virtual address a03ab26f
> pgd = c7b10000
> [a03ab26f] *pgd=8020040e(bad)
> Internal error: Oops: 803 [#1] PREEMPT
> Modules linked in: ipv6 pxa_reg
> CPU: 0    Not tainted  (2.6.28.10-vpac3-splash #90)
> PC is at bad_channel+0x80166/0x91f28
> LR is at platform_pm_resume_noirq+0x48/0x54

My guess is that some platform driver hasn't been properly updated,
and was registered using driver_register() rather than
platform_driver_register().

Check your platform drivers to make sure that they're properly up to
date.



More information about the linux-arm-kernel mailing list