mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +00:00
hw/ppc/xive2_regs: Remove unnecessary 'cpu.h' inclusion
xive2_regs.h only requires declarations from "qemu/bswap.h". Include it instead of the huge target-specific "cpu.h". Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Cédric Le Goater <clg@redhat.com> Message-Id: <20231122183920.17905-1-philmd@linaro.org>
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
#ifndef PPC_XIVE2_REGS_H
|
#ifndef PPC_XIVE2_REGS_H
|
||||||
#define PPC_XIVE2_REGS_H
|
#define PPC_XIVE2_REGS_H
|
||||||
|
|
||||||
#include "cpu.h"
|
#include "qemu/bswap.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Thread Interrupt Management Area (TIMA)
|
* Thread Interrupt Management Area (TIMA)
|
||||||
|
Reference in New Issue
Block a user