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
c1e3cb54
Commit
c1e3cb54
authored
May 11, 2012
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sparc32: Remove sparc_lvl15_nmi().
No longer used. Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
96061a91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
arch/sparc/mm/fault_32.c
arch/sparc/mm/fault_32.c
+0
-15
No files found.
arch/sparc/mm/fault_32.c
View file @
c1e3cb54
...
...
@@ -59,21 +59,6 @@ unsigned long probe_memory(void)
return
total
;
}
/* Whee, a level 15 NMI interrupt memory error. Let's have fun... */
asmlinkage
void
sparc_lvl15_nmi
(
struct
pt_regs
*
regs
,
unsigned
long
serr
,
unsigned
long
svaddr
,
unsigned
long
aerr
,
unsigned
long
avaddr
)
{
printk
(
"FAULT: NMI received
\n
"
);
printk
(
"SREGS: Synchronous Error %08lx
\n
"
,
serr
);
printk
(
" Synchronous Vaddr %08lx
\n
"
,
svaddr
);
printk
(
" Asynchronous Error %08lx
\n
"
,
aerr
);
printk
(
" Asynchronous Vaddr %08lx
\n
"
,
avaddr
);
printk
(
"REGISTER DUMP:
\n
"
);
show_regs
(
regs
);
prom_halt
();
}
static
void
unhandled_fault
(
unsigned
long
,
struct
task_struct
*
,
struct
pt_regs
*
)
__attribute__
((
noreturn
));
...
...
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