]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
spinlock: move rwlock API and per-cpu rwlocks into their own files
authorJennifer Herbert <jennifer.herbert@citrix.com>
Wed, 3 Feb 2016 13:09:09 +0000 (14:09 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 3 Feb 2016 13:09:09 +0000 (14:09 +0100)
commit57fa2ce1a188caa222c7e524f2f5b6b34dec099a
tree3eae3f960a88e87b35ea08afbe9091350df597a8
parent0f5f9d8933258f49371a4e85e7459726c593d4ac
spinlock: move rwlock API and per-cpu rwlocks into their own files

In preparation for a replacement read-write lock implementation, move
the API and the per-cpu read-write locks into their own files.

Signed-off-by: Jennifer Herbert <jennifer.herbert@citrix.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/mm/mem_sharing.c
xen/common/Makefile
xen/common/rwlock.c [new file with mode: 0644]
xen/common/spinlock.c
xen/include/asm-x86/mm.h
xen/include/xen/grant_table.h
xen/include/xen/rwlock.h [new file with mode: 0644]
xen/include/xen/sched.h
xen/include/xen/spinlock.h
xen/xsm/flask/ss/services.c