From: Alex Williamson <alex.williamson@hp.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] Remove duplicate list_move
Date: Wed, 28 Mar 2007 10:02:38 -0600 [thread overview]
Message-ID: <1175097758.5771.4.camel@lappy> (raw)
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)
reply other threads:[~2007-03-28 16:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1175097758.5771.4.camel@lappy \
--to=alex.williamson@hp.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.