|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] save/restore solution
> During restore, time_resume is called which tries to call init_tsc as
> timer_tsc_init.init. Both init_tsc and timer_tsc_init are declared
> _init or __initdata and are therefore no longer available when the
> domain is restored. Removing the __init and __initdata
> specifiers from
> declarations in
> linux-2.6.10-xen-sparse/arch/xen/i386/kernel/timers/timer_tsc.
> c appears
> to solve the problem.
Well spotted! This bug has been lurking for a while, and has been biting
people using certain gcc versions.
thanks,
Ian
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|