|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Cleanup x86_64 boot code
This functionally duplicates a patch I had submitted on Aug 23rd. Jan
>>> "Cihula, Joseph" <joseph.cihula@xxxxxxxxx> 20.09.06 03:53 >>>
This patch removes unnecessary .org directives from x84_64.S
(xen/arch/x86/boot/x86_64.S). Most of these directives already had
labels associated with them but the code did not use the labels to
reference the locations. This patch now fixes the code to use the
labels instead of the absolute addresses. This makes the code much less
brittle to changes.
Joe
<<64-org-cleanup.patch>>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|