diff options
Diffstat (limited to 'arch/cris/kernel')
-rw-r--r-- | arch/cris/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/kernel/setup.c b/arch/cris/kernel/setup.c index 7af3d5d43e43..ca8b45a0fe2e 100644 --- a/arch/cris/kernel/setup.c +++ b/arch/cris/kernel/setup.c | |||
@@ -160,7 +160,7 @@ setup_arch(char **cmdline_p) | |||
160 | show_etrax_copyright(); | 160 | show_etrax_copyright(); |
161 | 161 | ||
162 | /* Setup utsname */ | 162 | /* Setup utsname */ |
163 | strcpy(system_utsname.machine, cris_machine_name); | 163 | strcpy(init_utsname()->machine, cris_machine_name); |
164 | } | 164 | } |
165 | 165 | ||
166 | static void *c_start(struct seq_file *m, loff_t *pos) | 166 | static void *c_start(struct seq_file *m, loff_t *pos) |