diff mbox series

x86/trampoline: Drop stale comment

Message ID 20200102162104.5102-1-andrew.cooper3@citrix.com (mailing list archive)
State New, archived
Headers show
Series x86/trampoline: Drop stale comment | expand

Commit Message

Andrew Cooper Jan. 2, 2020, 4:21 p.m. UTC
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(-)

Comments

Wei Liu Jan. 2, 2020, 4:43 p.m. UTC | #1
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>
Jan Beulich Jan. 3, 2020, 1:21 p.m. UTC | #2
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>
diff mbox series

Patch

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: