sun3dvma.c (57c8a661d95dff48dd9c2f2496139082bbaf241a) sun3dvma.c (7e1c4e27928e5f87b9b1eaf06dc31773b2f1e7f1)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * linux/arch/m68k/sun3/sun3dvma.c
4 *
5 * Copyright (C) 2000 Sam Creasey
6 *
7 * Contains common routines for sun3/sun3x DVMA management.
8 */

--- 254 unchanged lines hidden (view full) ---

263 hole = rmcache();
264 hole->start = DVMA_START;
265 hole->end = DVMA_END;
266 hole->size = DVMA_SIZE;
267
268 list_add(&(hole->list), &hole_list);
269
270 iommu_use = memblock_alloc(IOMMU_TOTAL_ENTRIES * sizeof(unsigned long),
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * linux/arch/m68k/sun3/sun3dvma.c
4 *
5 * Copyright (C) 2000 Sam Creasey
6 *
7 * Contains common routines for sun3/sun3x DVMA management.
8 */

--- 254 unchanged lines hidden (view full) ---

263 hole = rmcache();
264 hole->start = DVMA_START;
265 hole->end = DVMA_END;
266 hole->size = DVMA_SIZE;
267
268 list_add(&(hole->list), &hole_list);
269
270 iommu_use = memblock_alloc(IOMMU_TOTAL_ENTRIES * sizeof(unsigned long),
271 0);
271 SMP_CACHE_BYTES);
272
273 dvma_unmap_iommu(DVMA_START, DVMA_SIZE);
274
275#ifdef CONFIG_SUN3
276 sun3_dvma_init();
277#endif
278
279}

--- 99 unchanged lines hidden ---
272
273 dvma_unmap_iommu(DVMA_START, DVMA_SIZE);
274
275#ifdef CONFIG_SUN3
276 sun3_dvma_init();
277#endif
278
279}

--- 99 unchanged lines hidden ---