aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/parisc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/devices/parisc')
-rw-r--r--modules/devices/parisc/processor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/devices/parisc/processor.c b/modules/devices/parisc/processor.c
index c4eede8a..1a5b6f46 100644
--- a/modules/devices/parisc/processor.c
+++ b/modules/devices/parisc/processor.c
@@ -104,9 +104,9 @@ processor_scan(void)
processor = (Processor *) pi->data;
/* strings can't be null or segfault later */
- STRIFNULL(model_name, _("PA-RISC Processor") );
- STRIFNULL(cpu_family, "PA-RISC");
- UNKIFNULL(strmodel);
+ STRIFNULL(processor->model_name, _("PA-RISC Processor") );
+ STRIFNULL(processor->cpu_family, "PA-RISC");
+ UNKIFNULL(processor->strmodel);
/* topo & freq */
processor->cpufreq = cpufreq_new(processor->id);