Modify 3.10.108 kernel to enable or allow the 48bit virtual addressing
by Afyt from LinuxQuestions.org on (#5P1YG)
This is the kernel https://github.com/DarkJoker360/andr...e/lineage-15.1 it is version 3.10.108
In the arm64 configs there is no option to enable the 48bit VA and when i modify the asm/memory.h changing the value of VA_BITS to 48 the kernel doesnot boot , i really need help in enable the 48bit va
I found this site https://lore.kernel.org/linux-arm-kernel/ has alot of patches going on in there.
and i found this https://patchwork.kernel.org/project...rinas@arm.com/ used to have the same memory.h code befor patching.
Yet i still dont know how to apply changes to add the 48bit support to that specific kernel
In the arm64 configs there is no option to enable the 48bit VA and when i modify the asm/memory.h changing the value of VA_BITS to 48 the kernel doesnot boot , i really need help in enable the 48bit va
I found this site https://lore.kernel.org/linux-arm-kernel/ has alot of patches going on in there.
and i found this https://patchwork.kernel.org/project...rinas@arm.com/ used to have the same memory.h code befor patching.
Yet i still dont know how to apply changes to add the 48bit support to that specific kernel