From: Jeff D. <jd...@ka...> - 2000-10-31 06:25:52
|
> memory.c: In function `copy_page_range': > memory.c:230: warning: implicit declaration of function > `ptep_clear_wrprotect' [snip] > make[1]: *** [first_rule] Error 2 > make[1]: Leaving directory > `/usr/src/uml-linux/linux-2.4.0-test10-pre7.uml.orig/mm' > make: *** [_dir_mm] Error 2\ Put #include <asm-generic/pgtable.h> at the bottom of asm-um/pgtable.h. That should clear up the missing declarations. And it might fix the others as well. This is just from staring at the patch and the code being patched, YMMV... > blk.h from cvs had a "#define DEVICE_INTR do_ida" under compaq_smart2 > that didn't seem to have relevance for uml and wasn't even mentioned > in 2.4.0-test1 through 2.4.0-test10-pre7. Oops. I guess I wasn't paying enough attention :-) > Here's hoping this saves Jeff a little work on the official merge. Let me know if it boots :-) Jeff |