本文主要是介绍中断函数中不能调用ioremap()!!!!!!!,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
在开发板上实验,《ARM嵌入式Linux设备驱动实例开发》第二章按键的例子,每当按下键盘时,都会导致Oops错误。
retry start
sleep
into isr 18
kernel BUG at mm/vmalloc.c:171!
Unable to handle kernel NULL pointer dereference at virtual address 00000000
pgd = c0004000
[00000000] *pgd=00000000
Internal error: Oops: 817 [#1]
Modules linked in: button
CPU: 0 Not tainted (2.6.22.1 #3)
这篇关于中断函数中不能调用ioremap()!!!!!!!的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!