Merge tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Feb 2023 23:55:47 +0000 (15:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Feb 2023 23:55:47 +0000 (15:55 -0800)
commitdb77b8502a4071a59c9424d95f87fe20bdb52c3a
tree74defc5eab005a60b92e1a85ddf17fc399165d7b
parent950b6662e26e381cf8834b9b78b08261890ee697
parenta13408c205260716e925a734ef399899d69182ba
Merge tag 'asm-generic-6.3' of git://git./linux/kernel/git/arnd/asm-generic

Pull asm-generic cleanups from Arnd Bergmann:
 "Only three minor changes: a cross-platform series from Mike Rapoport
  to consolidate asm/agp.h between architectures, and a correctness
  change for __generic_cmpxchg_local() from Matt Evans"

* tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic:
  char/agp: introduce asm-generic/agp.h
  char/agp: consolidate {alloc,free}_gatt_pages()
  locking/atomic: cmpxchg: Make __generic_cmpxchg_local compare against zero-extended 'old' value