Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63640
b: refs/heads/master
c: 06f862c
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Aug 1, 2007
1 parent 4a24a59 commit 995b648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 56c74c733cdd101832c4bbf9af8a009a9eaec784
refs/heads/master: 06f862c8ce0893b5525ce90f39168eaf4608ecc6
3 changes: 1 addition & 2 deletions trunk/arch/sh/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ asmlinkage void __kprobes do_page_fault(struct pt_regs *regs,
printk(KERN_ALERT "pc = %08lx\n", regs->pc);
page = (unsigned long)get_TTB();
if (page) {
page = ((__typeof__(page) *) __va(page))[address >>
PGDIR_SHIFT];
page = ((__typeof__(page) *)page)[address >> PGDIR_SHIFT];
printk(KERN_ALERT "*pde = %08lx\n", page);
if (page & _PAGE_PRESENT) {
page &= PAGE_MASK;
Expand Down

0 comments on commit 995b648

Please sign in to comment.