From 381f0c0a5cd98a48dc6d5a5e0b98443707d8ea81 Mon Sep 17 00:00:00 2001 From: Peter Schiffer Date: Thu, 4 Apr 2013 19:02:29 +0200 Subject: Hardware: Added Processor Cache Memory Provider New Providers: * LMI_ProcessorCacheMemoryProvider * LMI_AssociatedProcessorCacheMemoryProvider Other Changes: * Optimized usage of string constats * Fixed wrong usage of pointers in dmidecode.c * Filled unknown mandatory fields in providers with "Unknown" value * Replaced hard coded numbers with LMI constants * Minor optimization - don't gather data which won't be used --- src/hardware/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/hardware/CMakeLists.txt') diff --git a/src/hardware/CMakeLists.txt b/src/hardware/CMakeLists.txt index 352cebe..3949a8a 100644 --- a/src/hardware/CMakeLists.txt +++ b/src/hardware/CMakeLists.txt @@ -7,9 +7,12 @@ set(provider_SRCS dmidecode.c lscpu.c cpuinfo.c + sysfs.c LMI_ProcessorProvider.c LMI_ProcessorCapabilitiesProvider.c LMI_ProcessorElementCapabilitiesProvider.c + LMI_ProcessorCacheMemoryProvider.c + LMI_AssociatedProcessorCacheMemoryProvider.c ) konkretcmpi_generate(${MOF} -- cgit