]> git.baikalelectronics.ru Git - kernel.git/commit
ppc: Convert vas ID allocation to new IDA API
authorMatthew Wilcox <willy@infradead.org>
Mon, 18 Jun 2018 13:34:34 +0000 (09:34 -0400)
committerMatthew Wilcox <willy@infradead.org>
Wed, 22 Aug 2018 03:54:19 +0000 (23:54 -0400)
commitc33f47152cc44d2743978331a18f3091a5860b36
tree6b92818f431ea6ff2a184f43821cb280ae0d21a5
parent4234af8414f45e061112a0610189a2822c29ee0b
ppc: Convert vas ID allocation to new IDA API

Removes a custom spinlock and simplifies the code.  Also fix an
error where we could allocate one ID too many.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
arch/powerpc/platforms/powernv/vas-window.c