Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
m68knommu: relax IO_SPACE_LIMIT setting
There is really no limit to the addresses which can be used by the in*() and out*() family of IO space calls in m68k non-MMU environments. So don't impose an artificial address limit, allow the full 32bit range. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
- Loading branch information