mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 15:11:31 +00:00
6dc2e98d5f
Removing the CONFIG_PROTECTED_VIRTUALIZATION_GUEST ifdefs and config option as well as CONFIG_KVM ifdefs in uv files. Having this configurable has been more of a pain than a help. It's time to remove the ifdefs and the config option. Signed-off-by: Janosch Frank <frankja@linux.ibm.com> Acked-by: Christian Borntraeger <borntraeger@linux.ibm.com> Acked-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
10 lines
215 B
C
10 lines
215 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef BOOT_UV_H
|
|
#define BOOT_UV_H
|
|
|
|
unsigned long adjust_to_uv_max(unsigned long limit);
|
|
void sanitize_prot_virt_host(void);
|
|
void uv_query_info(void);
|
|
|
|
#endif /* BOOT_UV_H */
|