diff options
author | Akash Goel <akash.goel@intel.com> | 2016-09-02 19:47:38 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-09-06 16:30:19 (GMT) |
commit | 017c59c042d01fc84cae7a8ea475861e702c77ab (patch) | |
tree | ee665d166dff1e47e5815fd74130e67c23ba29bf /drivers/mfd/ipaq-micro.c | |
parent | ee1e714b94521b0bb27b04dfd1728ec51b19d4f0 (diff) | |
download | linux-017c59c042d01fc84cae7a8ea475861e702c77ab.tar.xz |
relay: Use per CPU constructs for the relay channel buffer pointers
relay essentially needs to maintain a per CPU array of channel buffer
pointers but it manually creates that array. Instead its better to use
the per CPU constructs, provided by the kernel, to allocate & access the
array of pointer to channel buffers.
Signed-off-by: Akash Goel <akash.goel@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://lkml.kernel.org/r/1470909140-25919-1-git-send-email-akash.goel@intel.com
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mfd/ipaq-micro.c')
0 files changed, 0 insertions, 0 deletions