Re: [PATCH] Xen i386 xen-head.S fix sections mixup
From: Jeremy Fitzhardinge <hidden>
Date: 2007-08-20 06:13:49
Also in:
xen-devel
From: Jeremy Fitzhardinge <hidden>
Date: 2007-08-20 06:13:49
Also in:
xen-devel
Mathieu Desnoyers wrote:
Xen i386 xen-head.S fix sections mixup xen-head.S does not come back to the data section, leaving the text section as current section. It causes problems with a slightly enhanced DEBUG_RODATA that supports CONFIG_HOTPLUG and bringing a CPU up after the text has been marked read-only: reference to early_gdt_descr causes a page fault.
Thanks. It should be using pushsection/popsection.
J