Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
dbf2a4b1
Commit
dbf2a4b1
authored
Aug 21, 2018
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: Add hardware description to stack traces
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
8801ccb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
arch/parisc/kernel/processor.c
arch/parisc/kernel/processor.c
+2
-0
No files found.
arch/parisc/kernel/processor.c
View file @
dbf2a4b1
...
@@ -288,6 +288,8 @@ void __init collect_boot_cpu_data(void)
...
@@ -288,6 +288,8 @@ void __init collect_boot_cpu_data(void)
printk
(
KERN_INFO
"model %s
\n
"
,
printk
(
KERN_INFO
"model %s
\n
"
,
boot_cpu_data
.
pdc
.
sys_model_name
);
boot_cpu_data
.
pdc
.
sys_model_name
);
dump_stack_set_arch_desc
(
"%s"
,
boot_cpu_data
.
pdc
.
sys_model_name
);
boot_cpu_data
.
hversion
=
boot_cpu_data
.
pdc
.
model
.
hversion
;
boot_cpu_data
.
hversion
=
boot_cpu_data
.
pdc
.
model
.
hversion
;
boot_cpu_data
.
sversion
=
boot_cpu_data
.
pdc
.
model
.
sversion
;
boot_cpu_data
.
sversion
=
boot_cpu_data
.
pdc
.
model
.
sversion
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment