summaryrefslogtreecommitdiff
path: root/hardinfo2/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/devices.c')
-rw-r--r--hardinfo2/devices.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/hardinfo2/devices.c b/hardinfo2/devices.c
index 35c3ea27..30bfb89e 100644
--- a/hardinfo2/devices.c
+++ b/hardinfo2/devices.c
@@ -434,6 +434,19 @@ void hi_module_init(void)
sync_manager_add_entry(&se);
}
+#if defined(ARCH_i386) || defined(ARCH_x86_64)
+ {
+ static SyncEntry se = {
+ .fancy_name = "Update CPU flag database",
+ .name = "RecvCPUFlags",
+ .save_to = "cpuflags.conf",
+ .get_data = NULL
+ };
+
+ sync_manager_add_entry(&se);
+ }
+#endif /* defined(ARCH_i386) || defined(ARCH_x86_64) */
+
moreinfo = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free);
__init_memory_labels();
__init_cups();