ANDROID: fix crc of cpuset_cpus_allowed()
In commit 96226fbe ("cgroup/cpuset: Prevent UAF in proc_cpuset_show()"), a new .h file is added to cpuset.c, which messes with the crc generation of cpuset_cpus_allowed(), so only include that when NOT generating the crcs. Fixes: 96226fbe ("cgroup/cpuset: Prevent UAF in proc_cpuset_show()") Change-Id: I9764d5bf86b0afa53dabc76eae07b0b4f2dae799 Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading