Remove Unix CPU groups emulation
authorJan Vorlicek <janvorli@microsoft.com>
Fri, 5 Apr 2019 00:53:32 +0000 (02:53 +0200)
committerJan Vorlicek <janvorli@microsoft.com>
Mon, 8 Apr 2019 23:26:55 +0000 (01:26 +0200)
commit060990945a0117cb824b9d1c1e6c3a336533a3ee
treee762ccb63b9843ccf75d6f87b6ab14cfe352d40c
parent187410154a323024938a3281fb5a49f5e59ec350
Remove Unix CPU groups emulation

This change removes CPU groups emulation from Unix PAL and modifies the
GC and thread pool code accordingly.
19 files changed:
src/classlibnative/bcltype/system.cpp
src/gc/env/gcenv.os.h
src/gc/unix/gcenv.unix.cpp
src/gc/windows/gcenv.windows.cpp
src/inc/utilcode.h
src/pal/inc/pal.h
src/pal/src/include/pal/palinternal.h
src/pal/src/misc/sysinfo.cpp
src/pal/src/numa/numa.cpp
src/pal/src/numa/numashim.h
src/pal/src/thread/thread.cpp
src/utilcode/util.cpp
src/vm/ceemain.cpp
src/vm/eeconfig.cpp
src/vm/gcenv.os.cpp
src/vm/threads.cpp
src/vm/threads.h
src/vm/win32threadpool.cpp
src/vm/win32threadpool.h