projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be832fd
)
public/kexec: put back blank line for readability purposes
author
Eric DeVolder
<eric.devolder@oracle.com>
Thu, 19 Jan 2017 09:34:57 +0000
(10:34 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Thu, 19 Jan 2017 09:34:57 +0000
(10:34 +0100)
This blank line was accidentally removed during
the insertion of the kexec_status() declarations.
Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/public/kexec.h
patch
|
blob
|
history
diff --git
a/xen/include/public/kexec.h
b/xen/include/public/kexec.h
index c200e8ceee24e5978950b319e7dcd6b97fc97410..74ea981ab26f5fd180ada445313689f89aa5334e 100644
(file)
--- a/
xen/include/public/kexec.h
+++ b/
xen/include/public/kexec.h
@@
-240,6
+240,7
@@
typedef struct xen_kexec_status {
uint8_t type;
} xen_kexec_status_t;
DEFINE_XEN_GUEST_HANDLE(xen_kexec_status_t);
+
#else /* __XEN_INTERFACE_VERSION__ < 0x00040400 */
#define KEXEC_CMD_kexec_load KEXEC_CMD_kexec_load_v1