On Mon, May 03, 2021 at 07:35:22PM +0200, Philippe Mathieu-Daudé wrote:
> X86CPUDefinition[] is never written, move it to .rodata section
> by marking it const.
>
> Philippe Mathieu-Daudé (2):
> target/i386/cpu: Constify CPUCaches
> target/i386/cpu: Constify X86CPUDefinition
Queued, thanks!
X86CPUDefinition[] is never written, move it to .rodata section
by marking it const.
Philippe Mathieu-Daudé (2):
target/i386/cpu: Constify CPUCaches
target/i386/cpu: Constify X86CPUDefinition
target/i386/cpu.c | 21 +++--
1 file changed, 11 insertions(+), 10 deletions(-)
--