aboutsummaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/loongarch64/processor-platform.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/includes/loongarch64/processor-platform.h b/includes/loongarch64/processor-platform.h
index c18d4b32..43ba0a26 100644
--- a/includes/loongarch64/processor-platform.h
+++ b/includes/loongarch64/processor-platform.h
@@ -20,9 +20,12 @@
#define __PROCESSOR_PLATFORM_H__
struct _Processor {
- gchar *model_name;
gchar *vendor_id;
- gfloat bogomips, cpu_mhz;
+ gchar *family;
+ gchar *model_name;
+ gint revision;
+ gfloat cpu_mhz, bogomips;
+ gchar *features;
};
#endif /* __PROCESSOR_PLATFORM_H__ */