Hi
As dino99 said, this is a new kernel feature in 3.19 kernels and higher. It should not cause you any problem.
The kernel is probing ACPI, looking for the "Platforms communication channel" interface. This is a new ACPI interface and not much hardware currently supports it.
I get this warning under the 4.0 kernel as ACPI on this laptop also does not support it.
Code:
matthew-laptop:/home/matthew:2 % uname -r && dmesg | grep PCC
4.0.0-040000-generic
[ 0.716077] PCCT header not found.
matthew-laptop:/home/matthew:2 %
For those so inclined, the acpi5.0a specification can be downloaded from the website acpi.info, however, as always, drink plenty of water as it's a pretty dry read.
Kind regards
Bookmarks