commit | a13408c205260716e925a734ef399899d69182ba | [log] [tgz] |
---|---|---|
author | Mike Rapoport <rppt@kernel.org> | Sun Feb 12 10:46:11 2023 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Mon Feb 13 22:13:29 2023 +0100 |
tree | 559417021d3bb1dca09def9f5f5aa68cc51bdcc9 | |
parent | 0e4f2c4567953a230b420f2c4460c3368d6509db [diff] |
char/agp: introduce asm-generic/agp.h There are several architectures that duplicate definitions of map_page_into_agp(), unmap_page_from_agp() and flush_agp_cache(). Define those in asm-generic/agp.h and use it instead of duplicated per-architecture headers. Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>