|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [PATCH] Rename init_IRQ to xen_init_IRQ
On 17 May 2006, at 05:10, Tian, Kevin wrote:
In the start, I moved init_IRQ to x86 io_apic.c which however
doesn't
work if user compiles xen0/xenU by different configuration file because
xenU doesn't compile io_apic by default. I'm not sure whether worthy of
changing domU config file and then simply keep it within evtchn.c
How about we declare it in evtchn.c always, but attribute((weak))? It's
small and is marked __init anyway, so no space concern really. And
it'll avoid putting yet another thing in CONFIG_X86?
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|