On Thu, 2016-06-02 at 10:48 -0700, Steve Muckle wrote:
I ran into this a while back and wrote the attached patch - I think it may be cleaner than defining struct sched_domain again.
Seems strange to me to include cpufreq.h to get its copy of a forward declaration of a struct defined in sched.h. And the arm64 version of this code does things differently again.
Guess it doesn't matter though as this is experimental code, backported to old Linux versions, and doesn't have a maintainer or canonical 'upstream' source code repository.
-- Tixy