Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
linux
Commits
364b97d9
Commit
364b97d9
authored
14 years ago
by
Paul Mundt
Browse files
Options
Download
Email Patches
Plain Diff
sh: Kill off dangling goto labels from oom-killer rework.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
e1955342
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
arch/sh/mm/fault_32.c
arch/sh/mm/fault_32.c
+0
-1
arch/sh/mm/tlbflush_64.c
arch/sh/mm/tlbflush_64.c
+0
-1
No files found.
arch/sh/mm/fault_32.c
View file @
364b97d9
...
...
@@ -200,7 +200,6 @@ asmlinkage void __kprobes do_page_fault(struct pt_regs *regs,
* make sure we exit gracefully rather than endlessly redo
* the fault.
*/
survive:
fault
=
handle_mm_fault
(
mm
,
vma
,
address
,
writeaccess
?
FAULT_FLAG_WRITE
:
0
);
if
(
unlikely
(
fault
&
VM_FAULT_ERROR
))
{
if
(
fault
&
VM_FAULT_OOM
)
...
...
This diff is collapsed.
Click to expand it.
arch/sh/mm/tlbflush_64.c
View file @
364b97d9
...
...
@@ -189,7 +189,6 @@ asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long writeaccess,
* make sure we exit gracefully rather than endlessly redo
* the fault.
*/
survive:
fault
=
handle_mm_fault
(
mm
,
vma
,
address
,
writeaccess
?
FAULT_FLAG_WRITE
:
0
);
if
(
unlikely
(
fault
&
VM_FAULT_ERROR
))
{
if
(
fault
&
VM_FAULT_OOM
)
...
...
This diff is collapsed.
Click to expand it.
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