Create an own procfs "runway" root entry for the CCIO driver.
No need to share it with the sba_iommu driver, as only one
of those busses can be active in one machine anyway.
Signed-off-by: Helge Deller <deller@gmx.de>
Reported-by: kernel test robot <lkp@intel.com>
Fixes: 547259580d
("parisc: Move proc_mckinley_root and proc_runway_root to sba_iommu")
Cc: <stable@vger.kernel.org> # v6.5
8 lines
183 B
C
8 lines
183 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef ASM_PARISC_RUNWAY_H
|
|
#define ASM_PARISC_RUNWAY_H
|
|
|
|
#define RUNWAY_STATUS 0x10
|
|
#define RUNWAY_DEBUG 0x40
|
|
|
|
#endif /* ASM_PARISC_RUNWAY_H */
|