1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00
freebsd/sys/powerpc/booke
Justin Hibbits 4717ada9cd Make arguments for booke_init() u_long, to match register width.
On powerpc64, pointers are 64 bits, so casting from uint32_t changes the integer
width.

The alternative was to use register_t, but I didn't see register_t used as
argument type for any other functions, though didn't look too closely.  u_long
was an acceptable alternative.  On 64-bit it's 64 bits, on 32-bit it's 32 bits.
2016-01-04 02:20:14 +00:00
..
booke_machdep.c Make arguments for booke_init() u_long, to match register width. 2016-01-04 02:20:14 +00:00
locore.S Add platform support for QorIQ SoCs. 2015-12-30 03:43:25 +00:00
machdep_e500.c Add platform support for QorIQ SoCs. 2015-12-30 03:43:25 +00:00
machdep_ppc4xx.c
mp_cpudep.c Follow up r223485, which made AIM use the ABI thread pointer instead of 2013-11-11 17:37:50 +00:00
platform_bare.c Rearchitect platform memory map parsing to make it less 2013-12-01 19:43:15 +00:00
pmap.c Optimize zero_page for book-e mmu. 2015-12-30 02:26:04 +00:00
trap_subr.S Add more interrupts handled for booke. 2015-12-11 01:23:18 +00:00