On Tue, Jan 10, 2012 at 19:41, Marc Dietrich <[email protected]> wrote: > > @@ -90,236 +393,1245 @@ > > -CONFIG_HIGHMEM > > not sure about this one, wait for an expert ... You can kill it, it is relevant only for the system with more than 1GB RAM. It is definitely not our case.
An explanation: The HIGMEM patches were introduced to allow kernel addresses to be more than 1 GB of virtual addresses and to use more than 1 GB of physical memory. This is because the kernel directly maps all available kernel virtual space addresses to the available physical memory. -- Leon Romanovsky | Independent Linux Consultant www.leon.nu | [email protected] _______________________________________________ Mailing list: https://launchpad.net/~ac100 Post to : [email protected] Unsubscribe : https://launchpad.net/~ac100 More help : https://help.launchpad.net/ListHelp

