Re: Converting pointer to vm_offset_t

2010-05-07 Thread Garrett Cooper
2010/5/6 Fernando ApesteguĂ­a : > 2010/5/7 Garrett Cooper : >> 2010/5/5 Fernando ApesteguĂ­a : >>> Hi all, >>> >>> Is there a way to convert a (char *) pointer (or in general any >>> pointer) to a vm_offset_t type? >> >> Be wary that char * is not compat layer friendly though :(... > > Ummm... I'm as

Re: Converting pointer to vm_offset_t

2010-05-06 Thread Ryan Stone
Just cast the point to vm_offset_t. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"