]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/pvh: Omit needless clearing of phys_base
authorArd Biesheuvel <ardb@kernel.org>
Wed, 9 Oct 2024 16:04:42 +0000 (18:04 +0200)
committerJuergen Gross <jgross@suse.com>
Tue, 29 Oct 2024 16:23:34 +0000 (17:23 +0100)
commitd5835423046c504d2b3c32cb9284d4465a7f28b1
treefbcf6a632de6bd915cac5d83058f88a13638ec39
parentbb12f48cd150666b96858443e0fc26e92bb7e498
x86/pvh: Omit needless clearing of phys_base

Since commit

  d9ec1158056b ("x86/boot/64: Use RIP_REL_REF() to assign 'phys_base'")

phys_base is assigned directly rather than added to, so it is no longer
necessary to clear it after use.

Reviewed-by: Jason Andryuk <jason.andryuk@amd.com>
Tested-by: Jason Andryuk <jason.andryuk@amd.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Message-ID: <20241009160438.3884381-10-ardb+git@google.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
arch/x86/platform/pvh/head.S