Make smp_invltlb() a NOP.
commit2a844196a6dcb9da0cce56b8937efba135c4ecb6
authorJoe Talbott <josepht@xenno.com>
Sat, 30 Jun 2007 01:55:03 +0000 (29 21:55 -0400)
committerJoe Talbott <josepht@xenno.com>
Sat, 30 Jun 2007 20:13:51 +0000 (30 16:13 -0400)
tree5683b427b4c8b9df60646fb38c3aca08b53b4db8
parent9c1cc8880975d437f83ac96ca640eeba15bbedfa
Make smp_invltlb() a NOP.

The vkernel calls madvise() and the kernel takes care of the required
SMP interactions.  Also remove several panic() calls that flagged
smp_invltlb() as not implemented.
sys/platform/vkernel/i386/mp.c
sys/platform/vkernel/platform/pmap.c