[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] serial: serial_irq() and descendants can be __init


  • To: "xen-devel" <xen-devel@xxxxxxxxxxxxx>
  • From: "Jan Beulich" <JBeulich@xxxxxxxx>
  • Date: Wed, 16 May 2012 16:16:35 +0100
  • Delivery-date: Wed, 16 May 2012 15:16:32 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xen.org>

... as being solely called from smp_intr_init(), which itself is
marked such.

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>

--- a/xen/drivers/char/ns16550.c
+++ b/xen/drivers/char/ns16550.c
@@ -361,7 +361,7 @@ static void __init ns16550_endboot(struc
 #define ns16550_endboot NULL
 #endif
 
-static int ns16550_irq(struct serial_port *port)
+static int __init ns16550_irq(struct serial_port *port)
 {
     struct ns16550 *uart = port->uart;
     return ((uart->irq > 0) ? uart->irq : -1);
--- a/xen/drivers/char/pl011.c
+++ b/xen/drivers/char/pl011.c
@@ -215,7 +215,7 @@ static int pl011_getc(struct serial_port
     return 1;
 }
 
-static int pl011_irq(struct serial_port *port)
+static int __init pl011_irq(struct serial_port *port)
 {
     struct pl011 *uart = port->uart;
     return ((uart->irq > 0) ? uart->irq : -1);
--- a/xen/drivers/char/serial.c
+++ b/xen/drivers/char/serial.c
@@ -475,7 +475,7 @@ void __init serial_endboot(void)
             com[i].driver->endboot(&com[i]);
 }
 
-int serial_irq(int idx)
+int __init serial_irq(int idx)
 {
     if ( (idx >= 0) && (idx < ARRAY_SIZE(com)) &&
          com[idx].driver && com[idx].driver->irq )



Attachment: sercon-serial_irq-init.patch
Description: Text document

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.