aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/libelf
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-02-28 09:41:02 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-02-28 09:41:02 +0000
commit7954a48c41bd2b5a15d3fb1a803aef884ee69fd4 (patch)
treed7eb2559fd4ef402e71bf4201637daec56a36b68 /xen/common/libelf
parent1066e48e8618389e64d0143fc328311a87026bbd (diff)
downloadxen-7954a48c41bd2b5a15d3fb1a803aef884ee69fd4.tar.gz
xen-7954a48c41bd2b5a15d3fb1a803aef884ee69fd4.tar.bz2
xen-7954a48c41bd2b5a15d3fb1a803aef884ee69fd4.zip
Add suspend_cancel flag to linux elf notes.
Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
Diffstat (limited to 'xen/common/libelf')
-rw-r--r--xen/common/libelf/libelf-dominfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/libelf/libelf-dominfo.c b/xen/common/libelf/libelf-dominfo.c
index 85a82f3bf5..eedf970753 100644
--- a/xen/common/libelf/libelf-dominfo.c
+++ b/xen/common/libelf/libelf-dominfo.c
@@ -99,6 +99,7 @@ int elf_xen_parse_note(struct elf_binary *elf,
[XEN_ELFNOTE_PAE_MODE] = { "PAE_MODE", 1},
[XEN_ELFNOTE_FEATURES] = { "FEATURES", 1},
[XEN_ELFNOTE_BSD_SYMTAB] = { "BSD_SYMTAB", 1},
+ [XEN_ELFNOTE_SUSPEND_CANCEL] = { "SUSPEND_CANCEL", 0 },
};
/* *INDENT-ON* */