Displaying 1 result from an estimated 1 matches for "l1e_from_paddr".
2005 Jun 02
0
[patch] ASSERT needs declaration
...4/usercopy.c -o x86_64/usercopy.o
In file included from /home/srp/darcs/xen-64-4/xen/include/asm/x86_64/uaccess.h:11,
from /home/srp/darcs/xen-64-4/xen/include/asm/uaccess.h:6,
from x86_64/usercopy.c:10:
/home/srp/darcs/xen-64-4/xen/include/asm/page.h: In function `l1e_from_paddr'':
/home/srp/darcs/xen-64-4/xen/include/asm/page.h:81: warning: implicit declaration of function `ASSERT''
make[1]: *** [x86_64/usercopy.o] Error 1
make[1]: Leaving directory `/home/srp/darcs/xen-64-4/xen/arch/x86''
make: *** [/home/srp/darcs/xen-64-4/xen/xen] Error 2
--...