Re: [PATCH 2/4] x86_64 UV: Update UV arch to target Legacy VGA I/Ocorrectly.

From: Mike Travis
Date: Mon Jan 25 2010 - 19:05:18 EST


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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/