dan-and / linux-sunxi

Linux source for Allwinner/Boxchip F20 (sun3i), A10 (sun4i), A12/A13 (sun5i), A20 (sun7i) SoCs -- You can visit it a chat at https://gitter.im/dan-and/linux-sunxi --
http://linux-sunxi.org/Linux
Other
17 stars 17 forks source link

Change UMP kernel printing to use new _ump_printk() #8

Closed pullmoll closed 9 years ago

pullmoll commented 9 years ago

Change UMP kernel printing to use new _ump_printk(). This is required because the macros MSG_ERR and MSG just as UMP_DEBUG_PRINT used _mali_osk_dbgmsg, which is not defined in case MALI debugging ist turned off (CONFIG_MALI400_DEBUG not set).

A function equivalent to _masl_osk_dbgmsg() has been added to ump_kernel_common.c

pullmoll commented 9 years ago

Oh, sorry, I hadn't seen a request for comments. I'm not sure I would have been able to comment, as I was merely trying to get my fork of Igor Pecovniks build scripts modified to include a usable MALI + xf86-turbo-fbdev setup working and have no deep insight.