Explorar el Código

[S390] topology: use default MC domain initializer

Use default MC sched domain initializer, since performance meassurements
finally showed that this is indeed better.
Besides the fact that the powersavings flags functions didn't make too
much sense, but were unused anyway.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Heiko Carstens hace 15 años
padre
commit
eafd2b6ddd
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      arch/s390/include/asm/topology.h

+ 0 - 2
arch/s390/include/asm/topology.h

@@ -30,8 +30,6 @@ static inline void s390_init_cpu_topology(void)
 };
 #endif
 
-#define SD_MC_INIT SD_CPU_INIT
-
 #include <asm-generic/topology.h>
 
 #endif /* _ASM_S390_TOPOLOGY_H */