Andrew Morton wrote:
On Mon, 18 Jan 2010 12:34:14 -0600
Mike Travis <travis@xxxxxxx> wrote:
@@ -717,4 +744,7 @@
Please use `diff -p'.
This is within `void __init uv_system_init(void)'
uv_cpu_init();
uv_scir_register_cpu_notifier();
proc_mkdir("sgi_uv", NULL);
+
+ /* register Legacy VGA I/O redirection handler */
+ pci_register_set_vga_state(uv_set_vga_state);
}
So pci_register_set_vga_state() could/should have been __init?
Good catch. Do you want me to update and resubmit?
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html