Re: [Xen-devel] [RFC PATCH 01/19] xen/arm: add linked list apis

2015-03-02 Thread Jan Beulich
On 02.03.15 at 13:30, vijay.kil...@gmail.com wrote: --- a/xen/include/xen/list.h +++ b/xen/include/xen/list.h @@ -385,6 +385,39 @@ static inline void list_splice_init(struct list_head *list, container_of(ptr, type, member) /** + * list_first_entry - get the first element from a

[Xen-devel] [RFC PATCH 01/19] xen/arm: add linked list apis

2015-03-02 Thread vijay . kilari
From: Vijaya Kumar K vijaya.ku...@caviumnetworks.com Add missing linked list apis from kernel Signed-off-by: Vijaya Kumar K vijaya.ku...@caviumnetworks.com CC: Jan Beulich jbeul...@suse.com --- xen/include/xen/list.h | 33 + 1 file changed, 33 insertions(+)