commit | f8e0cc94192bd040421ff704a8efdc3a83391ffe | [log] [tgz] |
---|---|---|
author | BALATON Zoltan <balaton@eik.bme.hu> | Mon May 27 01:12:46 2024 +0200 |
committer | Nicholas Piggin <npiggin@gmail.com> | Fri Jul 26 09:51:34 2024 +1000 |
tree | 7fee21dcda6b7546cfa816ceb0c3b8d50d6489b9 | |
parent | f6f8838b055d231ee4bfc31ddaac95fae20834b6 [diff] |
target/ppc/mmu_common.c: Remove pte_update_flags() This function is used only once, its return value is ignored and one of its parameter is a return value from a previous call. It is better to inline it in the caller and remove it. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>