| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * AmigaOne platform setup |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Based on original amigaone_setup.c source code |
|---|
| 7 | 8 | * Copyright 2003 by Hans-Joerg Frieden and Thomas Frieden |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 10 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 11 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 12 | | - * option) any later version. |
|---|
| 13 | 9 | */ |
|---|
| 14 | 10 | |
|---|
| 15 | 11 | #include <linux/kernel.h> |
|---|
| .. | .. |
|---|
| 150 | 146 | */ |
|---|
| 151 | 147 | cur_cpu_spec->cpu_features &= ~CPU_FTR_NEED_COHERENT; |
|---|
| 152 | 148 | |
|---|
| 153 | | - ISA_DMA_THRESHOLD = 0x00ffffff; |
|---|
| 154 | 149 | DMA_MODE_READ = 0x44; |
|---|
| 155 | 150 | DMA_MODE_WRITE = 0x48; |
|---|
| 156 | 151 | |
|---|