Searched hist:"7 c5c4325d2d911fe54db3bc14149bfa558ae0acb" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/powerpc/mm/ |
H A D | mmu_decl.h | diff 7c5c4325d2d911fe54db3bc14149bfa558ae0acb Fri Jun 13 18:41:42 CDT 2008 Becky Bruce <becky.bruce@freescale.com> powerpc: Change BAT code to use phys_addr_t
Currently, the physical address is an unsigned long, but it should be phys_addr_t in set_bat, [v/p]_mapped_by_bat. Also, create a macro that can convert a large physical address into the correct format for programming the BAT registers.
Signed-off-by: Becky Bruce <becky.bruce@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
|
H A D | pgtable_32.c | diff 7c5c4325d2d911fe54db3bc14149bfa558ae0acb Fri Jun 13 18:41:42 CDT 2008 Becky Bruce <becky.bruce@freescale.com> powerpc: Change BAT code to use phys_addr_t
Currently, the physical address is an unsigned long, but it should be phys_addr_t in set_bat, [v/p]_mapped_by_bat. Also, create a macro that can convert a large physical address into the correct format for programming the BAT registers.
Signed-off-by: Becky Bruce <becky.bruce@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
|