Rename struct cpu_topology to mcctrl_cpu_topology
To use a different name than the name in Linux kernel. Change-Id: I44d10279195dfc9cfdc4788914b7d65b78292921 Fujitsu: POSTK_DEBUG_ARCH_DEP_40
This commit is contained in:
@@ -294,11 +294,7 @@ struct cache_topology {
|
||||
struct list_head chain;
|
||||
};
|
||||
|
||||
#ifdef POSTK_DEBUG_ARCH_DEP_40 /* cpu_topology name change */
|
||||
struct mcctrl_cpu_topology {
|
||||
#else /* POSTK_DEBUG_ARCH_DEP_40 */
|
||||
struct cpu_topology {
|
||||
#endif /* POSTK_DEBUG_ARCH_DEP_40 */
|
||||
//struct mcctrl_usrdata *udp;
|
||||
struct ihk_cpu_topology *saved;
|
||||
int mckernel_cpu_id;
|
||||
|
||||
Reference in New Issue
Block a user