Re: [PATCH] arm64: perf_event: Add missing header needed for smp_processor_id()

2019-08-20 Thread Will Deacon
On Tue, Aug 20, 2019 at 05:06:29PM +0100, Mark Rutland wrote: > On Tue, Aug 20, 2019 at 04:57:45PM +0100, Raphael Gault wrote: > > It would be worth having a body for the commit message like: > > | in perf_event.c we use smp_processor_id(), but we haven't included > | where it is defined, and

Re: [PATCH] arm64: perf_event: Add missing header needed for smp_processor_id()

2019-08-20 Thread Mark Rutland
On Tue, Aug 20, 2019 at 04:57:45PM +0100, Raphael Gault wrote: It would be worth having a body for the commit message like: | in perf_event.c we use smp_processor_id(), but we haven't included | where it is defined, and rely on this being pulled in | via a transitive include. Let's make this