git: kernel - Rename 'cpu' global
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jul 14 18:15:26 PDT 2016
commit d6b84cc666ad31b073984b33323029c871a77e55
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Jul 14 18:14:39 2016 -0700
kernel - Rename 'cpu' global
* Rename the 'cpu' global to 'cpu_type' to avoid overloading the variable.
Many procedures iterate cpus using a local 'cpu' variable.
* Fix once instance where a procedure iterated using the global instead of
a local.
Summary of changes:
sys/cpu/x86_64/include/cputypes.h | 2 +-
sys/net/ipfw3_nat/ip_fw3_nat.c | 1 +
sys/platform/pc64/x86_64/identcpu.c | 6 +++---
sys/platform/pc64/x86_64/initcpu.c | 2 +-
4 files changed, 6 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d6b84cc666ad31b073984b33323029c871a77e55
--
DragonFly BSD source repository
More information about the Commits
mailing list