]> asedeno.scripts.mit.edu Git - linux.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)
commitcd38049e48f0d6ae151339b8882c3510a6ca6eb5
tree6b92818f431ea6ff2a184f43821cb280ae0d21a5
parent5a2ab034396c063ceed167076424cf37d17cdc01
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