On Fri, Feb 17, 2017 at 05:05:54PM +1100, Bruce Evans wrote:
> On Fri, 17 Feb 2017, Mark Johnston wrote:
>
> > Log:
> > Directly include needed headers rather than relying on pollution.
> >
> > We get machine/cpu.h via kmem.h -> proc.h -> _vm_domain.h -> seq.h.
>
> machine/cpu.h is not added he
On Fri, 17 Feb 2017, Mark Johnston wrote:
Log:
Directly include needed headers rather than relying on pollution.
We get machine/cpu.h via kmem.h -> proc.h -> _vm_domain.h -> seq.h.
machine/cpu.h is not added here. Do you mean machine/cpufnc.h?
Modified: head/sys/cddl/dev/dtrace/amd64/dtr
Author: markj
Date: Fri Feb 17 03:27:20 2017
New Revision: 313850
URL: https://svnweb.freebsd.org/changeset/base/313850
Log:
Directly include needed headers rather than relying on pollution.
We get machine/cpu.h via kmem.h -> proc.h -> _vm_domain.h -> seq.h.
Reported by: Ryan Libby