[Xen-devel] [PATCH] x86/trampoline: Drop stale comment

Andrew Cooper posted 1 patch 4 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20200102162104.5102-1-andrew.cooper3@citrix.com
xen/arch/x86/boot/x86_64.S | 2 --
1 file changed, 2 deletions(-)
[Xen-devel] [PATCH] x86/trampoline: Drop stale comment
Posted by Andrew Cooper 4 years, 3 months ago
This ought to have disappeared in c/s 60685089cb0

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Jan Beulich <JBeulich@suse.com>
CC: Wei Liu <wl@xen.org>
CC: Roger Pau Monné <roger.pau@citrix.com>
---
 xen/arch/x86/boot/x86_64.S | 2 --
 1 file changed, 2 deletions(-)

diff --git a/xen/arch/x86/boot/x86_64.S b/xen/arch/x86/boot/x86_64.S
index 64a04a65a5..ec7251843d 100644
--- a/xen/arch/x86/boot/x86_64.S
+++ b/xen/arch/x86/boot/x86_64.S
@@ -36,8 +36,6 @@ ENTRY(__high_start)
         call    __start_xen
         BUG     /* __start_xen() shouldn't return. */
 
-/*** DESCRIPTOR TABLES ***/
-
         .data
         .align 8
 multiboot_ptr:
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH] x86/trampoline: Drop stale comment
Posted by Wei Liu 4 years, 3 months ago
On Thu, 2 Jan 2020 at 16:21, Andrew Cooper <andrew.cooper3@citrix.com> wrote:
>
> This ought to have disappeared in c/s 60685089cb0
>
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Reviewed-by: Wei Liu <wl@xen.org>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH] x86/trampoline: Drop stale comment
Posted by Jan Beulich 4 years, 3 months ago
On 02.01.2020 17:43, Wei Liu wrote:
> On Thu, 2 Jan 2020 at 16:21, Andrew Cooper <andrew.cooper3@citrix.com> wrote:
>>
>> This ought to have disappeared in c/s 60685089cb0
>>
>> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> 
> Reviewed-by: Wei Liu <wl@xen.org>

Acked-by: Jan Beulich <jbeulich@suse.com>



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel