Whamcloud - gitweb
LU-9859 libcfs: merge UMP and SMP libcfs cpu header code 73/30873/3
authorJames Simmons <uja.ornl@yahoo.com>
Sat, 20 Jan 2018 23:05:44 +0000 (18:05 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 31 Jan 2018 05:52:33 +0000 (05:52 +0000)
commitbd3023bf147a661e00394ddee0efc2b2ac2f7887
tree247381c596748d7567eb22829b02764181c1708d
parent2b14e545001b97e59e3aa41affc35de14b2616f0
LU-9859 libcfs: merge UMP and SMP libcfs cpu header code

Currently we have two headers, linux-cpu.h that contains the SMP
version and libcfs_cpu.h contains the UMP version. We can simplify
the headers into a single header which handles both cases. Many
cleanups for checkpatch violations are done as well.

Change-Id: Ifb92e59ad370e991220b5957538b6bab89423e2f
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/30873
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
libcfs/include/libcfs/libcfs_cpu.h
libcfs/include/libcfs/linux/linux-cpu.h
libcfs/libcfs/libcfs_cpu.c
libcfs/libcfs/linux/linux-cpu.c