Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
d039c688
Commit
d039c688
authored
May 02, 2007
by
Andi Kleen
Committed by
Andi Kleen
May 02, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] x86-64: Minor white space cleanup in traps.c
Signed-off-by:
Andi Kleen
<
ak@suse.de
>
parent
fb60b839
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
arch/x86_64/kernel/traps.c
arch/x86_64/kernel/traps.c
+1
-3
No files found.
arch/x86_64/kernel/traps.c
View file @
d039c688
...
...
@@ -427,7 +427,6 @@ void show_registers(struct pt_regs *regs)
struct
task_struct
*
cur
=
cpu_pda
(
cpu
)
->
pcurrent
;
rsp
=
regs
->
rsp
;
printk
(
"CPU %d "
,
cpu
);
__show_regs
(
regs
);
printk
(
"Process %s (pid: %d, threadinfo %p, task %p)
\n
"
,
...
...
@@ -438,7 +437,6 @@ void show_registers(struct pt_regs *regs)
* time of the fault..
*/
if
(
in_kernel
)
{
printk
(
"Stack: "
);
_show_stack
(
NULL
,
regs
,
(
unsigned
long
*
)
rsp
);
...
...
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