[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAHmME9p4z84tScvaUJ+S_RM9h4dSq_chK7mHGRFQK7re-yt78w@mail.gmail.com>
Date: Mon, 17 Jan 2022 18:55:48 +0100
From: "Jason A. Donenfeld" <Jason@...c4.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Dominik Brodowski <linux@...inikbrodowski.net>
Subject: Re: [PATCH] random: simplify arithmetic function flow in account()
On Mon, Jan 17, 2022 at 6:52 PM Jason A. Donenfeld <Jason@...c4.com> wrote:
> -static size_t account(size_t nbytes, int min)
> +static noinline size_t account(size_t nbytes, int min)
Sorry, that noinline snuck in there from looking at the codegen. Removed.
Powered by blists - more mailing lists