diff options
author | Juergen Gross <jgross@suse.com> | 2024-07-10 12:37:18 +0300 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2024-07-11 17:33:48 +0300 |
commit | bcea31e2d1c7a34aeeae9458f38833d5a8409cf7 (patch) | |
tree | 6719bf2577a5d2fc8eedbf934e6651540237f496 /arch/x86/xen/smp_pv.c | |
parent | 337c628ab74d1bbfe5377bbd8d31c858baf5fbc6 (diff) | |
download | linux-bcea31e2d1c7a34aeeae9458f38833d5a8409cf7.tar.xz |
x86/xen: eliminate some private header files
Under arch/x86/xen there is one large private header file xen-ops.h
containing most of the Xen-private x86 related declarations, and then
there are several small headers with a handful of declarations each.
Merge the small headers into xen-ops.h.
While doing that, move the declaration of xen_fifo_events from
xen-ops.h into include/xen/events.h where it should have been from the
beginning.
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Message-ID: <20240710093718.14552-3-jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'arch/x86/xen/smp_pv.c')
-rw-r--r-- | arch/x86/xen/smp_pv.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/xen/smp_pv.c b/arch/x86/xen/smp_pv.c index ac41d83b38d3..7ea57f728b89 100644 --- a/arch/x86/xen/smp_pv.c +++ b/arch/x86/xen/smp_pv.c @@ -46,9 +46,6 @@ #include <xen/hvc-console.h> #include "xen-ops.h" -#include "mmu.h" -#include "smp.h" -#include "pmu.h" cpumask_var_t xen_cpu_initialized_map; |