Hello, On 9 September 2015 at 22:26, kernel test robot <[email protected]> wrote: > FYI, we noticed the below changes on > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > commit d3c68f218f927bd4b14b586ea2dcecee54cf09ad ("PCC: Initialize PCC Mailbox > earlier at boot") > > We found the following new message in kernel log after your commit. > This may make the end user confusing. > > [ 0.714306] PCCT header not found. >
Looks like you enabled CONFIG_PCC on a system which doesn't support it. The following commit disables it by default: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/mailbox/Kconfig?id=b6fc6072b1268a0025850cd9d3dce25a7be0158d Ashwin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

