Hi, On 1/28/07, Daniel Jacobowitz <dan@xxxxxxxxxx> wrote:
The problem is __pa_symbol(&_end); the kernel is linked at 0xffffffff80xxxxxx, so subtracting a PAGE_OFFSET of 0xa800000000000000 does not do anything useful to this address at all.
In my understanding, if your kernel is linked at 0xffffffff80xxxxxx, you shouldn't have CONFIG_BUILD_ELF64 set. -- Franck