reassign 374677 linux-kernel-headers 2.6.17.1
thanks

I've chased this one unto asm-i486/page.h in 2.6.17.1 where you can
find:

#define __PAGE_OFFSET           CONFIG_PAGE_OFFSET
#define PAGE_OFFSET   ((unsigned long)__PAGE_OFFSET)
#define __pa(x)     ((unsigned long)(x)-PAGE_OFFSET)

while in linux-kernel-headers 2.6.13+0rc3-2.1:

#define __PAGE_OFFSET   (0xC0000000)
#define PAGE_OFFSET   ((unsigned long)__PAGE_OFFSET)
#define __pa(x)     ((unsigned long)(x)-PAGE_OFFSET)

This is all in i386, I've been told by Clint that this it's not the case
for sparc. Dunno about other arches, but I don't see the point on
providing a header that depends on a value not defined somewhere:

[EMAIL PROTECTED]/# grep "#define  *CONFIG_PAGE_OFFSET" `dpkg -L 
linux-kernel-headers`
[EMAIL PROTECTED]/# 

My guess is that CONFIG_PAGE_OFFSET should be defined in
linux/autoconf.h.

The build is succesful with l-k-h 2.6.13+0rc3-2.

        Hope to help.

                Damián Viano(Des).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to