diff options
author | Burt P <pburt0@gmail.com> | 2017-07-09 21:59:27 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-12 19:38:41 -0700 |
commit | ac9072baaa41c5bb0879da73bb2603dbb018b3fc (patch) | |
tree | ebd956ad18a452c92891914bd43ab3933cf789a8 /includes/parisc | |
parent | 3260e09b2ae4ee9eb80ff83f800d9b3bcff209e4 (diff) |
parisc: fixes, add test
It really didn't work at all before.
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/parisc')
-rw-r--r-- | includes/parisc/processor-platform.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/parisc/processor-platform.h b/includes/parisc/processor-platform.h index bfe8c45c..5b18e80f 100644 --- a/includes/parisc/processor-platform.h +++ b/includes/parisc/processor-platform.h @@ -26,8 +26,10 @@ struct _Processor { gfloat bogomips, cpu_mhz; gchar *has_fpu; - + gchar *strmodel; + + gchar *icache_str, *dcache_str; }; #endif /* __PROCESSOR_PLATFORM_H__ */ |