[PATCH 0/2] char/agp: consolidate asm/agp.h
Mike Rapoport
rppt at kernel.org
Sun Feb 12 08:46:09 UTC 2023
From: "Mike Rapoport (IBM)" <rppt at kernel.org>
Hi,
asm/agp.h is duplicated in several architectures, with x86 being the
only instance that differs from the rest.
Introduce asm-generic/agp.h and use it instead of per-architecture
headers for the most cases.
I believe that asm-generic is the best tree to pick up this patches.
Mike Rapoport (IBM) (2):
char/agp: consolidate {alloc,free}_gatt_pages()
char/agp: introduce asm-generic/agp.h
arch/alpha/include/asm/Kbuild | 1 +
arch/alpha/include/asm/agp.h | 19 -------------------
arch/ia64/include/asm/Kbuild | 1 +
arch/ia64/include/asm/agp.h | 27 ---------------------------
arch/parisc/include/asm/Kbuild | 1 +
arch/parisc/include/asm/agp.h | 21 ---------------------
arch/powerpc/include/asm/Kbuild | 1 +
arch/powerpc/include/asm/agp.h | 19 -------------------
arch/sparc/include/asm/Kbuild | 1 +
arch/sparc/include/asm/agp.h | 17 -----------------
arch/x86/include/asm/agp.h | 6 ------
drivers/char/agp/agp.h | 6 ++++++
include/asm-generic/agp.h | 11 +++++++++++
13 files changed, 22 insertions(+), 109 deletions(-)
delete mode 100644 arch/alpha/include/asm/agp.h
delete mode 100644 arch/ia64/include/asm/agp.h
delete mode 100644 arch/parisc/include/asm/agp.h
delete mode 100644 arch/powerpc/include/asm/agp.h
delete mode 100644 arch/sparc/include/asm/agp.h
create mode 100644 include/asm-generic/agp.h
base-commit: 2241ab53cbb5cdb08a6b2d4688feb13971058f65
--
2.35.1
More information about the dri-devel
mailing list