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
Kirill Smelkov
linux
Commits
1bdd96af
Commit
1bdd96af
authored
Sep 24, 2002
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: fix dump_stack
parent
f20bf018
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
arch/ppc64/kernel/process.c
arch/ppc64/kernel/process.c
+6
-0
include/asm-ppc64/hardirq.h
include/asm-ppc64/hardirq.h
+0
-2
No files found.
arch/ppc64/kernel/process.c
View file @
1bdd96af
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
#include <asm/ppcdebug.h>
#include <asm/ppcdebug.h>
#include <asm/machdep.h>
#include <asm/machdep.h>
#include <asm/iSeries/HvCallHpt.h>
#include <asm/iSeries/HvCallHpt.h>
#include <asm/hardirq.h>
struct
task_struct
*
last_task_used_math
=
NULL
;
struct
task_struct
*
last_task_used_math
=
NULL
;
...
@@ -485,3 +486,8 @@ void show_trace_task(struct task_struct *p)
...
@@ -485,3 +486,8 @@ void show_trace_task(struct task_struct *p)
}
while
(
count
++
<
16
);
}
while
(
count
++
<
16
);
printk
(
"
\n
"
);
printk
(
"
\n
"
);
}
}
void
dump_stack
(
void
)
{
show_stack
(
NULL
);
}
include/asm-ppc64/hardirq.h
View file @
1bdd96af
...
@@ -112,6 +112,4 @@ do { \
...
@@ -112,6 +112,4 @@ do { \
print_backtrace(_get_SP()); \
print_backtrace(_get_SP()); \
} while (0)
} while (0)
#define dump_stack() show_stack()
#endif
/* __ASM_HARDIRQ_H */
#endif
/* __ASM_HARDIRQ_H */
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