Skip to content
Commit 2e3f0ab2 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT



Make the code which sets up the pmd depend on PT_NLEVELS == 3, not on
CONFIG_64BIT. The reason is, that a 64bit kernel with a page size
greater than 4k doesn't need the pmd and thus has PT_NLEVELS = 2.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 0e0da48d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment