Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285879
b: refs/heads/master
c: a61c233
h: refs/heads/master
i:
  285877: 8f2f834
  285875: 8d0e94b
  285871: 21a39b1
v: v3
  • Loading branch information
Russell King committed Jan 16, 2012
1 parent 4e9d658 commit ece042e
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: 716a3dc20084da9b3ab17bd125005a5345e23e3b
refs/heads/master: a61c2332f8e1939cd4984b63cab641b2366eb428
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-sa1100/assabet.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ static void __init map_sa1100_gpio_regs( void )
int prot = PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_DOMAIN(DOMAIN_IO);
pmd_t *pmd;

pmd = pmd_offset(pgd_offset_k(virt), virt);
pmd = pmd_offset(pud_offset(pgd_offset_k(virt), virt), virt);
*pmd = __pmd(phys | prot);
flush_pmd_entry(pmd);
}
Expand Down

0 comments on commit ece042e

Please sign in to comment.