CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/06 05:14:41
Modified files:
sys/arch/armv7/marvell: mvmbus.c
Log message:
Since the function is supposed to return 1 if the window is free, we
must return 0 if we don't want that someone uses window 13. Remove
erroneous for-loop. We simply want to check if it's a remappable
window to disable the remap in that case.
ok kettenis@
