Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123035
b: refs/heads/master
c: a6326e9
h: refs/heads/master
i:
  123033: cc52131
  123031: 4a3572d
v: v3
  • Loading branch information
Robert Jennings authored and Paul Mackerras committed Nov 19, 2008
1 parent 67d9647 commit dcaca12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22059a90b82d6cd02d488c48c27a4d0ad976c919
refs/heads/master: a6326e98a28d8a57f693369c82559543c6950f09
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ int __kprobes do_page_fault(struct pt_regs *regs, unsigned long address,
#ifdef CONFIG_PPC_SMLPAR
if (firmware_has_feature(FW_FEATURE_CMO)) {
preempt_disable();
get_lppaca()->page_ins++;
get_lppaca()->page_ins += (1 << PAGE_FACTOR);
preempt_enable();
}
#endif
Expand Down

0 comments on commit dcaca12

Please sign in to comment.