debuggers.hg
changeset 14671:eddce921d414
ia64: Remove list_move() implementation. Now implemenetd in generic list.h.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
author | Keir Fraser <keir@xensource.com> |
---|---|
date | Wed Mar 28 18:48:54 2007 +0100 (2007-03-28) |
parents | 5c52e5ca8459 |
children | 78af882eb6fc |
files | xen/include/asm-ia64/linux-xen/asm/iosapic.h |
line diff
1.1 --- a/xen/include/asm-ia64/linux-xen/asm/iosapic.h Wed Mar 28 18:47:17 2007 +0100 1.2 +++ b/xen/include/asm-ia64/linux-xen/asm/iosapic.h Wed Mar 28 18:48:54 2007 +0100 1.3 @@ -109,18 +109,6 @@ extern void __devinit map_iosapic_to_nod 1.4 #endif 1.5 1.6 #ifdef XEN 1.7 -/* Move to common code later */ 1.8 -/** 1.9 - * list_move - delete from one list and add as another's head 1.10 - * @list: the entry to move 1.11 - * @head: the head that will precede our entry 1.12 - */ 1.13 -static inline void list_move(struct list_head *list, struct list_head *head) 1.14 -{ 1.15 - __list_del(list->prev, list->next); 1.16 - list_add(list, head); 1.17 -} 1.18 - 1.19 #define move_irq(x) 1.20 1.21 #ifdef nop