1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys/powerpc/mpc85xx
Justin Hibbits 466a4ffc98 Return 0 instead of an error code on failure to find dcsr.
mpc85xx_map_dcsr() returns a vm_offset_t, not an error code.
mpc85xx_fix_errata() will gracefully exit if mpc85xx_map_dcsr() returns 0, as
that indicates an error (NULL pointer).
2016-08-14 04:11:36 +00:00
..
atpic.c
ds1553_bus_fdt.c
ds1553_core.c
ds1553_reg.h
fsl_sdhc.c
fsl_sdhc.h
i2c.c
isa.c
lbc.c
lbc.h
mpc85xx_gpio.c
mpc85xx.c Return 0 instead of an error code on failure to find dcsr. 2016-08-14 04:11:36 +00:00
mpc85xx.h
pci_mpc85xx_pcib.c
pci_mpc85xx.c
platform_mpc85xx.c Only flush bp_kernload from the dcache, no need to sync the icache on the boot CPU. 2016-08-14 03:49:37 +00:00
qoriq_gpio.c