prerelease: 0.92: fix uninitialized usrdata->cpu_topology_list

Change-Id: Ia12970bda1225898823a67c2d0461144fc62ebb9
This commit is contained in:
Masamichi Takagi
2021-01-29 09:48:08 +09:00
parent 1f9fbe82db
commit 7e82adc761
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ project(mckernel C ASM)
set(MCKERNEL_VERSION "1.7.1")
# See "Fedora Packaging Guidelines -- Versioning"
set(MCKERNEL_RELEASE "0.91")
set(MCKERNEL_RELEASE "0.92")
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
# for rpmbuild

2
ihk

Submodule ihk updated: efacf4fceb...2c16f87330