Re: [PATCH 1/2 v2] drivers/base: Combine topology.c and cpu.c

2016-09-20 Thread kbuild test robot
Hi Prarit, [auto build test ERROR on driver-core/driver-core-testing] [also build test ERROR on v4.8-rc7 next-20160920] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for conveni

[PATCH 1/2 v2] drivers/base: Combine topology.c and cpu.c

2016-09-20 Thread Prarit Bhargava
The topology.c file contains sysfs files that describe a cpu's location and its siblings. There is no purpose that this file is separate from the core cpu code. This patch combines topology.c into cpu.c to make the next set of changes easier to understand. There are no functional changes with th