Skip to content

Commit b0d92de

Browse files
author
Fox Snowpatch
committed
1 parent bc67cde commit b0d92de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/kexec_elf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ int kexec_elf_load(struct kimage *image, struct elfhdr *ehdr,
390390
struct kexec_buf *kbuf,
391391
unsigned long *lowest_load_addr)
392392
{
393-
unsigned long lowest_addr = UINT_MAX;
393+
unsigned long lowest_addr = ULONG_MAX;
394394
int ret;
395395
size_t i;
396396

0 commit comments

Comments
 (0)