memstat_all.c: Disable memstat_kvm_all()

This commit is contained in:
Joel Sherrill 2012-10-22 10:53:59 -05:00
parent 0fa7dabe89
commit 9fb2d3d089

View File

@ -46,6 +46,7 @@ memstat_sysctl_all(struct memory_type_list *mtlp, int flags)
return (0);
}
#ifndef __rtems__
int
memstat_kvm_all(struct memory_type_list *mtlp, void *kvm_handle)
{
@ -56,3 +57,4 @@ memstat_kvm_all(struct memory_type_list *mtlp, void *kvm_handle)
return (-1);
return (0);
}
#endif