[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] [IA64] Mark resource list functions __devinit
# HG changeset patch # User Alex Williamson <alex.williamson@xxxxxx> # Date 1185814984 21600 # Node ID e92816da20760df8b8716bbd14f0aec3d2729264 # Parent 8f0c93df3e113058f0b582b06ce7d3d897ccc9d6 [IA64] Mark resource list functions __devinit Signed-off-by: Alex Williamson <alex.williamson@xxxxxx> --- arch/ia64/pci/pci.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff -r 8f0c93df3e11 -r e92816da2076 arch/ia64/pci/pci.c --- a/arch/ia64/pci/pci.c Mon Jul 30 11:01:27 2007 -0600 +++ b/arch/ia64/pci/pci.c Mon Jul 30 11:03:04 2007 -0600 @@ -347,7 +347,7 @@ pcibios_setup_root_windows(struct pci_bu } #ifdef CONFIG_XEN -static void +static void __devinit __cleanup_issue_list(struct list_head *top) { ioremap_issue_list_t *ptr, *tmp_ptr; @@ -358,7 +358,7 @@ __cleanup_issue_list(struct list_head *t } } -static int +static int __devinit __add_issue_list(unsigned long start, unsigned long end, struct list_head *top) { ioremap_issue_list_t *ptr, *new; @@ -416,7 +416,7 @@ __add_issue_list(unsigned long start, un return 0; } -static int +static int __devinit __make_issue_list(struct resource *ptr, struct list_head *top) { int ret; @@ -441,7 +441,7 @@ __make_issue_list(struct resource *ptr, return 0; } -static void +static void __devinit __compress_issue_list(struct list_head *top) { ioremap_issue_list_t *ptr, *tmp_ptr, *next; @@ -467,7 +467,7 @@ __compress_issue_list(struct list_head * } } -static int +static int __devinit __issue_ioremap(struct list_head *top) { ioremap_issue_list_t *ptr, *tmp_ptr; @@ -489,7 +489,7 @@ __issue_ioremap(struct list_head *top) return 0; } -static int +static int __devinit do_ioremap_on_resource_list(struct resource *top) { LIST_HEAD(ioremap_issue_list_top); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |