target/arm: Remove __attribute__((nonnull)) from ptw.c
commit86a438b462406c7944be1fea8b027604e85253ff
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 23 Jun 2023 10:15:45 +0000 (23 11:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 23 Jun 2023 10:15:45 +0000 (23 11:15 +0100)
treec051e214d9268b85803b010a869e6617b64bf7cf
parentbb5cc2c860c4d359e107ede2464dfe5cd297f16b
target/arm: Remove __attribute__((nonnull)) from ptw.c

This was added in 7e98e21c098 as part of a reorg in which
one of the argument had been legally NULL, and this caught
actual instances.  Now that the reorg is complete, this
serves little purpose.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230620124418.805717-10-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/ptw.c