diff options
Diffstat (limited to 'arch/x86/kernel/probe_roms.c')
| -rw-r--r-- | arch/x86/kernel/probe_roms.c | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/arch/x86/kernel/probe_roms.c b/arch/x86/kernel/probe_roms.c index 319fef37d9dc..cc2c34ba7228 100644 --- a/arch/x86/kernel/probe_roms.c +++ b/arch/x86/kernel/probe_roms.c @@ -203,16 +203,6 @@ void __init probe_roms(void)  	unsigned char c;  	int i; -	/* -	 * The ROM memory range is not part of the e820 table and is therefore not -	 * pre-validated by BIOS. The kernel page table maps the ROM region as encrypted -	 * memory, and SNP requires encrypted memory to be validated before access. -	 * Do that here. -	 */ -	snp_prep_memory(video_rom_resource.start, -			((system_rom_resource.end + 1) - video_rom_resource.start), -			SNP_PAGE_STATE_PRIVATE); -  	/* video rom */  	upper = adapter_rom_resources[0].start;  	for (start = video_rom_resource.start; start < upper; start += 2048) { |