I can't compile 2.4.0-test12:
arch/ppc/mm/mm.o: In function `map_page':
arch/ppc/mm/mm.o(.text+0xd90): undefined reference to `set_pgdir'
Patch ?
Bye.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
I can't compile 2.4.0-test12:
arch/ppc/mm/mm.o: In function `map_page':
arch/ppc/mm/mm.o(.text+0xd90): undefined reference to `set_pgdir'
Patch ?
Just remove two lines in arch/ppc/mm/init.c::map_page() that look something
like:
if (....)
set_pgdir(....);
Takashi Oe
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
From: Benjamin Herrenschmidt <hidden> Date: 2000-12-16 22:11:46
I can't compile 2.4.0-test12:
arch/ppc/mm/mm.o: In function `map_page':
arch/ppc/mm/mm.o(.text+0xd90): undefined reference to `set_pgdir'
Are you using the bk source trees ? The main linus tree is far outdated
on PPC specific parts, unfortunately, Linus has ignored almost all PPC
patches sent for the patch few monthes (despite sending them the way he
wants, in small parts, etc...)
I remember Linus once saying he didn't care about PPC...
Ben.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
I can't compile 2.4.0-test12:
arch/ppc/mm/mm.o: In function `map_page':
arch/ppc/mm/mm.o(.text+0xd90): undefined reference to `set_pgdir'
Are you using the bk source trees ?
No.
The main linus tree is far outdated on PPC specific parts
Yes, I know it, but I have to test a patch against t12p7 :( Never mind,
I'll try to adapt it to work on the bk tree.
Bye.
Giuliano Pochini ->)|(<- Shiny Corporation {AS6665} ->)|(<-
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/