Re: [PATCH 0/2] char/agp: consolidate asm/agp.h

2023-02-27 Thread Arnd Bergmann
On Sun, Feb 12, 2023, at 09:46, Mike Rapoport wrote: > From: "Mike Rapoport (IBM)" > > 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 case

[PATCH 0/2] char/agp: consolidate asm/agp.h

2023-02-12 Thread Mike Rapoport
From: "Mike Rapoport (IBM)" 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 t