[linux-yocto] [PATCH 12/30] ARM: LPAE: use phys_addr_t in alloc_init_pud()

2014-05-01 Thread Charlie Paul
From: Anders Berg commit 20d6956d8cd2452cec0889ff040f18afc03c2e6b upstream This patch fixes the alloc_init_pud() function to use phys_addr_t instead of unsigned long when passing in the phys argument. This is an extension to commit 97092e0 (ARM: pgtable: use phys_addr_t for physical a

[linux-yocto] [PATCH 12/30] ARM: LPAE: use phys_addr_t in alloc_init_pud()

2014-04-18 Thread Charlie Paul
From: Anders Berg commit 20d6956d8cd2452cec0889ff040f18afc03c2e6b upstream This patch fixes the alloc_init_pud() function to use phys_addr_t instead of unsigned long when passing in the phys argument. This is an extension to commit 97092e0 (ARM: pgtable: use phys_addr_t for physical a