From: Ian Campbell Date: Thu, 11 Jan 2007 10:36:41 +0000 (+0000) Subject: [XEN] Update comments in elfnote.h interface header. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15405^2~49 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5dd4f8ccd1b77aca6909e7a4a9393744ad2ecd79;p=xen.git [XEN] Update comments in elfnote.h interface header. Signed-off-by: Ian Campbell --- diff --git a/xen/include/public/elfnote.h b/xen/include/public/elfnote.h index 4924767d30..3d9b988dca 100644 --- a/xen/include/public/elfnote.h +++ b/xen/include/public/elfnote.h @@ -40,8 +40,6 @@ /* * NAME=VALUE pair (string). - * - * LEGACY: FEATURES and PAE */ #define XEN_ELFNOTE_INFO 0 @@ -108,7 +106,12 @@ #define XEN_ELFNOTE_LOADER 8 /* - * The kernel supports PAE (x86/32 only, string = "yes" or "no"). + * The kernel supports PAE (x86/32 only, string = "yes", "no" or + * "bimodal"). + * + * For compatibility with Xen 3.0.3 and earlier the "bimodal" setting + * may be given as "yes,bimodal" which will cause older Xen to treat + * this kernel as PAE. * * LEGACY: PAE (n.b. The legacy interface included a provision to * indicate 'extended-cr3' support allowing L3 page tables to be