summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mac
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-06-25 20:33:44 +0200
committerGeert Uytterhoeven <geert@linux-m68k.org>2013-11-26 11:08:59 +0100
commit7b3e8de9b3e9c0ffd5cb1600e6075bede4272868 (patch)
treefda9c0cccaaa02498e675a1b8188a50a10ee604c /arch/m68k/mac
parenta4df02a217e9787a4b967197d9d9030c3e3c1088 (diff)
downloadop-kernel-dev-7b3e8de9b3e9c0ffd5cb1600e6075bede4272868.zip
op-kernel-dev-7b3e8de9b3e9c0ffd5cb1600e6075bede4272868.tar.gz
m68k/sun3: Dynamically allocate the table to track IOMMU use
As Sun 3 kernels cannot be multi-platform due to the different Sun 3 MMU type, it made sense to statically allocate the table to track IOMMU use. However, Sun 3x kernels can be multi-platform. Furthermore, Sun 3x uses a larger table than Sun 3 (8192 bytes instead of 512 bytes). Hence switch to dynamic allocation of this table using the bootmem allocator to avoid wasting 8192 bytes when not running on a Sun 3x. As this allocator returns zeroed memory, there's no need to explicitly initialize the table to zeroes. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/mac')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud