mirror of https://github.com/torvalds/linux.git
memblock_enforce_memory_limit accepts the maximum memory size not the
maximum address that can be handled by kernel. Fix the function invocation
accordingly.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| cacheflush.c | ||
| context.c | ||
| extable.c | ||
| fault.c | ||
| hugetlbpage.c | ||
| init.c | ||
| kasan_init.c | ||
| pageattr.c | ||
| physaddr.c | ||
| ptdump.c | ||
| tlbflush.c | ||