[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 11/14] crashdump/ppc64: Add print_crashkernel_region_size() function
Provide just print_crashkernel_region_size() stub. This way we can properly build kexec utility on ppc64 arch even if the functionality is not available on it. Signed-off-by: Daniel Kiper <daniel.kiper@xxxxxxxxxx> --- kexec/arch/ppc64/crashdump-ppc64.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kexec/arch/ppc64/crashdump-ppc64.c b/kexec/arch/ppc64/crashdump-ppc64.c index b3c8928..49af7a6 100644 --- a/kexec/arch/ppc64/crashdump-ppc64.c +++ b/kexec/arch/ppc64/crashdump-ppc64.c @@ -527,6 +527,11 @@ int is_crashkernel_mem_reserved(void) return 1; } +void print_crashkernel_region_size(void) +{ + printf("-1\n"); +} + #if 0 static int sort_regions(mem_rgns_t *rgn) { -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |