Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by lonsta@Jul 21 2006, 11:17 AM thanks for your reply.
when i config my kernel of "net" part(module), a problem puzzled me ,that is ..
when i choose networking options ----------->Packet socket:mapped IO[/b] ,an error occured : net/packet/af_packet.c file in line 1700.(I checked it ) ,a function ""vm_insert_page()"" does not declare it is in the function of packet_mmap();but when I disable(leave it blank ) this ooption ,make successfully. while configing kernel ,I refer to another book about arm linux kernel -compile .so I want to know the reason of this different ,what's this option for ? Thanks in advance. http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif <div align='right'><{post_snapback}> (index.php?act=findpost&pid=17059) --- Quote End --- [/b] --- Quote End --- I'm not expert with this sort of thing, but my guess would be that this isn't implemented on a uCLinux system. There are no "pages" to be inserted as we're dealing with an MMUless sytem. Cheers, - slacker