x86/boot: Clarify what x86_legacy_features.reserve_bios_regions does
[deliverable/linux.git] / arch / x86 / include / asm / x86_init.h
index c519c052700a705b581c6f9a48576d5172c91267..66c15a01667f66dc6095914bb96c9f092a56127d 100644 (file)
@@ -168,8 +168,9 @@ struct x86_legacy_devices {
  * struct x86_legacy_features - legacy x86 features
  *
  * @rtc: this device has a CMOS real-time clock present
- * @reserve_bios_regions: it's safe to search for the EBDA signature in the hardware's
- *     low RAM
+ * @reserve_bios_regions: boot code will search for the EBDA address and the
+ *     start of the 640k - 1M BIOS region.  If false, the platform must
+ *     ensure that its memory map correctly reserves sub-1MB regions as needed.
  * @devices: legacy x86 devices, refer to struct x86_legacy_devices
  *     documentation for further details.
  */
This page took 0.0368 seconds and 5 git commands to generate.