All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] realmode.S: update comments
@ 2020-07-28  5:42 Cao jin
  2020-10-27 21:00 ` Daniel Kiper
  0 siblings, 1 reply; 2+ messages in thread
From: Cao jin @ 2020-07-28  5:42 UTC (permalink / raw)
  To: grub-devel; +Cc: daniel.kiper, phcoder

Commit b81d609e4c forget to update it.

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 grub-core/kern/i386/realmode.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grub-core/kern/i386/realmode.S b/grub-core/kern/i386/realmode.S
index 998fdc756..265cdcb9d 100644
--- a/grub-core/kern/i386/realmode.S
+++ b/grub-core/kern/i386/realmode.S
@@ -77,7 +77,7 @@ protstack:
  *  description.
  */
 
-	.p2align	5	/* force 4-byte alignment */
+	.p2align	5	/* force 32-byte alignment */
 gdt:
 	.word	0, 0
 	.byte	0, 0, 0, 0
-- 
2.21.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] realmode.S: update comments
  2020-07-28  5:42 [PATCH] realmode.S: update comments Cao jin
@ 2020-10-27 21:00 ` Daniel Kiper
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Kiper @ 2020-10-27 21:00 UTC (permalink / raw)
  To: Cao jin; +Cc: grub-devel, daniel.kiper, phcoder

On Tue, Jul 28, 2020 at 01:42:04PM +0800, Cao jin wrote:
> Commit b81d609e4c forget to update it.
>
> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>

Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>

Daniel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-27 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28  5:42 [PATCH] realmode.S: update comments Cao jin
2020-10-27 21:00 ` Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.