Hello all. I get the following error when compiling p9 both from the patch and the full source:
fork.c: In function `sys_fork':
fork.c:132: `clone_page_tables' undeclared (first use this function)
fork.c:132: (Each undeclared identifier is reported only once
fork.c:132: for each function it appears in.)
make[1]: *** [fork.o] Error 1
make[1]: Leaving directory `/usr/src/linux/kernel'
make: *** [linuxsubdirs] Error 1
I have made all the necessary links, etc. I found the #define for clone_page_tables, but dont
know whats wrong with it. Can anyone help?
Thanks in advance,
Dan D.