I'm trying to compile linux to linux monte on RedHat AS2.1
I'm having a problem with the call to
        remap_page_range

Seems that there is a difference in the number and type of arguments in
the call in monte:
        if (remap_page_range(0, 0, PAGE_SIZE, PAGE_KERNEL)) {

and what the function (memory.c) is expecting
        int remap_page_range(struct vm_area_struct *vma, unsigned long
from, unsigned long phys_addr, unsigned long size, pgprot_t prot)

Looks like the first argument is missing.

Does someone know if there's a version of "monte" that compiles and
works on 2.4.9 kernel (RedHat AS2.1) or maybe how can I patch the monte
version I have?

Thanks,
Dan





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to