问dma_alloc_coherent崩溃内核模块ENKconfig 1.先了解一下Kconfig的语法: 一个典型的内核配置菜单如下: menu "Network device support" config NETDEVICES bool "Enable Net Devices" depends on NET default y help This is help desciption。 ... endmenu 包含在menu...
dma_alloc_coherent使内核模块崩溃下面是an online example,查看dma_alloc_coherent()调用者的源代码应该...