Code Review
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
(from parent 1:
ea48e70
)
Merge master.kernel.org:/home/rmk/linux-2.6-arm
author
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 4 Aug 2005 16:30:50 +0000
(09:30 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 4 Aug 2005 16:30:50 +0000
(09:30 -0700)
arch/arm/mm/fault.c
patch
|
blob
|
history
diff --git
a/arch/arm/mm/fault.c
b/arch/arm/mm/fault.c
index 65bfe84b6d672e8989f0d8141b5781093147cf74..0b6c4db44e08275e4ef15ab74923a581f48dc645 100644
(file)
--- a/
arch/arm/mm/fault.c
+++ b/
arch/arm/mm/fault.c
@@
-238,9
+238,9
@@
do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs)
up_read(&mm->mmap_sem);
/*
- * Handle the "normal" case first
+ * Handle the "normal" case first
- VM_FAULT_MAJOR / VM_FAULT_MINOR
*/
- if (fault >
0
)
+ if (fault >
= VM_FAULT_MINOR
)
return 0;
/*
@@
-261,7
+261,7
@@
do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs)
do_exit(SIGKILL);
return 0;
- case
0
:
+ case
VM_FAULT_SIGBUS
:
/*
* We had some memory, but were unable to
* successfully fix up this page fault.