git: resource: Per-CPU hardware resources support, step 1 of many
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Tue Oct 11 06:48:56 PDT 2011
commit 1b000e91171403eaa2b7f53b987d64f9ba86da7b
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Mon Oct 3 20:41:03 2011 +0800
resource: Per-CPU hardware resources support, step 1 of many
- Add cpuid in the resource list entry, which points to the
resource's owner CPU
- Add cpuid parameter to resource_list_add(), which could be used to
set the resource's owner CPU
Summary of changes:
sys/bus/isa/i386/isa.c | 3 ++-
sys/bus/isa/isa_common.c | 2 +-
sys/bus/isa/x86_64/isa.c | 3 ++-
sys/bus/pccard/pccard.c | 10 +++++-----
sys/bus/pci/pci.c | 20 ++++++++++----------
sys/dev/misc/puc/puc.c | 3 ++-
sys/dev/netif/ndis/if_ndis_pccard.c | 6 +++---
sys/dev/pccard/cardbus/cardbus_cis.c | 2 +-
sys/kern/subr_bus.c | 16 ++++++++++++----
sys/platform/pc32/i386/nexus.c | 2 +-
sys/platform/pc64/x86_64/nexus.c | 2 +-
sys/sys/bus.h | 6 +++---
12 files changed, 43 insertions(+), 32 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1b000e91171403eaa2b7f53b987d64f9ba86da7b
--
DragonFly BSD source repository
More information about the Commits
mailing list