freebsd-src/sys/powerpc
John Baldwin ccb1b43e20 powerpc psim: Fix infinite recursion in bus_adjust_resource method
The default case needs to call bus_generic_adjust_resource to pass the
request up the tree, not bus_adjust_resource which will just call this
method again.

Fixes:		d7c16b3334 powerpc psim: Use bus_generic_rman_*
2024-02-16 09:42:30 -08:00
..
aim pmap: Convert boolean_t to bool. 2024-01-31 14:48:26 -08:00
amigaone sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
booke pmap: Convert boolean_t to bool. 2024-01-31 14:48:26 -08:00
conf Add a COMPAT_FREEBSD14 kernel option 2023-10-10 11:48:22 +02:00
cpufreq sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
fpu sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
include pmap: Convert boolean_t to bool. 2024-01-31 14:48:26 -08:00
mambo sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mikrotik sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mpc85xx powerpc mpc85xx: Fix infinite recursion in bus_adjust_resource method 2024-02-16 09:40:34 -08:00
ofw sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
powermac powerpc powermac: Use bus_generic_rman_* 2024-01-23 09:36:49 -08:00
powernv sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
powerpc ddb: Use bool for boolean variables in MD code 2024-02-02 15:08:53 -08:00
ps3 powerpc ps3bus: Use bus_generic_rman_* 2024-01-23 09:36:12 -08:00
pseries sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
psim powerpc psim: Fix infinite recursion in bus_adjust_resource method 2024-02-16 09:42:30 -08:00