diff options
Diffstat (limited to 'kexec/arch/ppc/kexec-ppc.c')
-rw-r--r-- | kexec/arch/ppc/kexec-ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/ppc/kexec-ppc.c b/kexec/arch/ppc/kexec-ppc.c index e446674..df05212 100644 --- a/kexec/arch/ppc/kexec-ppc.c +++ b/kexec/arch/ppc/kexec-ppc.c @@ -34,7 +34,7 @@ int get_memory_ranges(struct memory_range **range, int *ranges, memory_ranges++; #else #error Please, fix this for your platform - const char iomem[] = "/proc/iomem"; + const char *iomem = proc_iomem(); char line[MAX_LINE]; FILE *fp; unsigned long long start, end; |