]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fix up r361823, libprocstat zfs support, on powerpc
authorAndriy Gapon <avg@FreeBSD.org>
Fri, 5 Jun 2020 07:37:52 +0000 (07:37 +0000)
committerAndriy Gapon <avg@FreeBSD.org>
Fri, 5 Jun 2020 07:37:52 +0000 (07:37 +0000)
commit6a2cf2d8ca87784bc856f8f6dd71050ab97b02b2
tree8605347f577cc829df0a67ed345696099b806554
parentda577fde2d3a990e5daf8e15626bf420ceda36a5
fix up r361823, libprocstat zfs support, on powerpc

This fixes a build failure:
  In file included from .../zfs_context.h:104,
                   from .../libprocstat/zfs_defs.c:53:
  .../vm/vm_page.h:204: error: field 'md' has incomplete type

In this branch, on powerpc, struct md_page is visible only if either AIM
or BOOKE is defined.
This is a direct commit.
lib/libprocstat/zfs_defs.c