[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1254197072-889-1-git-send-email-zamsden@redhat.com>
Date: Mon, 28 Sep 2009 18:04:28 -1000
From: Zachary Amsden <zamsden@...hat.com>
To: kvm@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: Hotplug / TSC cleanup and fixing
Greatly simplified version of the patches; allocate and dealloc
all required structs at module load and unload time.
Clarification: per_cpu(var, cpu) does indeed work for not-present CPUs;
the allocations for module specific per-cpu variables are done at module
load and unload time, while the per_cpu chunks are setup for all possible
CPUs at boot time.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists