mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-02-01 21:50:00 +00:00
'struct ppc_inst' is an internal representation of an instruction, but in-memory instructions are and will remain a table of 'u32' forever. Replace all 'struct ppc_inst *' used for locating an instruction in memory by 'u32 *'. This removes a lot of undue casts to 'struct ppc_inst *'. It also helps locating ab-use of 'struct ppc_inst' dereference. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> [mpe: Fix ppc_inst_next(), use u32 instead of unsigned int] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/7062722b087228e42cbd896e39bfdf526d6a340a.1621516826.git.christophe.leroy@csgroup.eu |
||
|---|---|---|
| .. | ||
| common.c | ||
| gef_ppc9a.c | ||
| gef_sbc310.c | ||
| gef_sbc610.c | ||
| Kconfig | ||
| Makefile | ||
| mpc86xx_hpcn.c | ||
| mpc86xx_smp.c | ||
| mpc86xx.h | ||
| mpc8610_hpcd.c | ||
| mvme7100.c | ||
| pic.c | ||
| sbc8641d.c | ||