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
322d9100
Commit
322d9100
authored
Nov 29, 2003
by
Pete Zaitcev
Committed by
David S. Miller
Nov 29, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC]: When sun4c OOPSes, do not watchdog reset by accident.
parent
4c365135
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
arch/sparc/mm/fault.c
arch/sparc/mm/fault.c
+6
-0
No files found.
arch/sparc/mm/fault.c
View file @
322d9100
...
@@ -422,6 +422,12 @@ asmlinkage void do_sun4c_fault(struct pt_regs *regs, int text_fault, int write,
...
@@ -422,6 +422,12 @@ asmlinkage void do_sun4c_fault(struct pt_regs *regs, int text_fault, int write,
}
}
}
}
if
(
!
mm
)
{
/* We are oopsing. */
do_sparc_fault
(
regs
,
text_fault
,
write
,
address
);
BUG
();
/* P3 Oops already, you bitch */
}
pgdp
=
pgd_offset
(
mm
,
address
);
pgdp
=
pgd_offset
(
mm
,
address
);
ptep
=
sun4c_pte_offset_kernel
((
pmd_t
*
)
pgdp
,
address
);
ptep
=
sun4c_pte_offset_kernel
((
pmd_t
*
)
pgdp
,
address
);
...
...
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