Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86570
b: refs/heads/master
c: 3201982
h: refs/heads/master
v: v3
  • Loading branch information
Haavard Skinnemoen committed Feb 13, 2008
1 parent 8df6299 commit 4fd6497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e48a411fa097c386c6081f4ed5a952aa3e21ca2b
refs/heads/master: 32019828d9012e584017a824f84798248c0060dd
2 changes: 2 additions & 0 deletions trunk/arch/avr32/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ asmlinkage void do_page_fault(unsigned long ecr, struct pt_regs *regs)

page = sysreg_read(PTBR);
printk(KERN_ALERT "ptbr = %08lx", page);
if (address >= TASK_SIZE)
page = (unsigned long)swapper_pg_dir;
if (page) {
page = ((unsigned long *)page)[address >> 22];
printk(" pgd = %08lx", page);
Expand Down

0 comments on commit 4fd6497

Please sign in to comment.