diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2006-07-27 10:10:31 -0600 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2006-07-27 10:10:31 -0600 |
commit | 3f22360d1c6a9d8aca77a4f2973cdd54487cf0c3 (patch) | |
tree | c815d54f77465f6a2393a8265d1cf859e05a6d1a | |
parent | 1366c25d9cbcc14f32c4ffb393e365e27690f03e (diff) |
Update the s390 code to allow kexec_flags to be passed to get_memory_ranges
-rw-r--r-- | kexec/arch/s390/kexec-s390.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/s390/kexec-s390.c b/kexec/arch/s390/kexec-s390.c index 04d8ccc..0a7a257 100644 --- a/kexec/arch/s390/kexec-s390.c +++ b/kexec/arch/s390/kexec-s390.c @@ -36,7 +36,7 @@ static struct memory_range memory_range[MAX_MEMORY_RANGES]; * - (-1) if something went wrong. */ -int get_memory_ranges(struct memory_range **range, int *ranges) +int get_memory_ranges(struct memory_range **range, int *ranges, unsigned long flags) { char sys_ram[] = "System RAM\n"; char iomem[] = "/proc/iomem"; |