summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten_pvh.c
blob: 6be7bc719b38f60d7c88e8720b16d9f73c5f92f4 (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-2.0
#include <linux/types.h>

/*
 * PVH variables.
 *
 * The variable xen_pvh needs to live in the data segment since it is used
 * after startup_{32|64} is invoked, which will clear the .bss segment.
 */
bool xen_pvh __attribute__((section(".data"))) = 0;