Skip to content
Commit a369015f authored by Tyler Nijmeh's avatar Tyler Nijmeh Committed by Kader Bava
Browse files

mm: Do not forcibly compile HIGHMEM



64-bit systems do not include CONFIG_HIGHMEM because there is a maximum
of 2^64 (or around 16.7 million terabytes) of virtual memory space.
However, even with CONFIG_HIGHMEM disabled, mm compiles highmem.c along
with CONFIG_MMU. Do not compile a useless kernel module if we do not use
it.

Signed-off-by: default avatarTyler Nijmeh <tylernij@gmail.com>
Signed-off-by: default avatarDušan Uverić <dusan.uveric9@gmail.com>
Signed-off-by: default avatarImSpiDy <spidy2713@gmail.com>
Signed-off-by: default avatarImPrashantt <prashant33968@gmail.com>
Signed-off-by: default avatarimprobir <ghosh_probir@yahoo.com>
parent cb6fd45e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment