X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/fe0dda690426b8e1b73c79b0dff46e1459ea40ec..84c500666addc8378fb03c3844bf6d25faf54a87:/IPXE/ipxe-3fe683e/src/arch/x86/interface/pcbios/hidemem.c diff --git a/IPXE/ipxe-3fe683e/src/arch/x86/interface/pcbios/hidemem.c b/IPXE/ipxe-3fe683e/src/arch/x86/interface/pcbios/hidemem.c index a8085af..1a3022c 100644 --- a/IPXE/ipxe-3fe683e/src/arch/x86/interface/pcbios/hidemem.c +++ b/IPXE/ipxe-3fe683e/src/arch/x86/interface/pcbios/hidemem.c @@ -126,11 +126,8 @@ void hide_umalloc ( physaddr_t start, physaddr_t end ) { * */ void hide_textdata ( void ) { -/* Deleted by longpanda */ -#if 0 hide_region ( &hidemem_textdata, virt_to_phys ( _textdata ), virt_to_phys ( _etextdata ) ); -#endif } /**