| Date | Mon, 15 May 2023 17:05:12 +0300 | | From | "Kirill A. Shutemov" <> | | Subject | Re: [PATCH v2 06/20] x86: decompressor: Call trampoline directly from C code |
| |
On Mon, May 08, 2023 at 09:03:16AM +0200, Ard Biesheuvel wrote: > Instead of returning to the asm calling code to invoke the trampoline, > call it straight from the C code that sets the scene. That way, we don't > need the struct return type for returning two values, and we can make > the call conditional more cleanly in a subsequent patch. > > Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
-- Kiryl Shutsemau / Kirill A. Shutemov
|