All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove duplicate list_move
@ 2007-03-28 16:02 Alex Williamson
  0 siblings, 0 replies; only message in thread
From: Alex Williamson @ 2007-03-28 16:02 UTC (permalink / raw)
  To: xen-devel


   We had our own copy of list_move() in the ia64 tree.  Now that list.h
has been updated to a newer upstream version, it's no longer necessary.
Patch against the staging tree, cset 14630.  Thanks,

	Alex

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---

diff -r b6eaca0bcee1 xen/include/asm-ia64/linux-xen/asm/iosapic.h
--- a/xen/include/asm-ia64/linux-xen/asm/iosapic.h	Wed Mar 28 15:04:14 2007 +0000
+++ b/xen/include/asm-ia64/linux-xen/asm/iosapic.h	Wed Mar 28 09:38:20 2007 -0600
@@ -109,17 +109,6 @@ extern void __devinit map_iosapic_to_nod
 #endif
 
 #ifdef XEN
-/* Move to common code later */
-/**
- * list_move - delete from one list and add as another's head
- * @list: the entry to move
- * @head: the head that will precede our entry
- */
-static inline void list_move(struct list_head *list, struct list_head *head)
-{
-        __list_del(list->prev, list->next);
-        list_add(list, head);
-}
 
 #define move_irq(x)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-28 16:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-28 16:02 [PATCH] Remove duplicate list_move Alex Williamson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.