函数源码 |
Source File:arch\x86\kernel\setup.c |
Create Date:2022-07-27 08:39:40 |
首页 | Copyright©Brick |
732 733 734 735 736 737 738 739 740 741 742 | /* * Here we put platform-specific memory range workarounds, i.e. * memory known to be corrupt or otherwise in need to be reserved on * specific platforms. * * If this gets used more widely it could use a real dispatch mechanism. */ static void __init trim_platform_memory_ranges( void ) { trim_snb_memory(); } |