From: Oleg Nesterov Date: Thu, 20 Jun 2013 15:50:20 +0000 (+0200) Subject: hw_breakpoint: Introduce "struct bp_cpuinfo" X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~62^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bde96030f438b5eb6fb74f3bdd06d9f68bb3ba00;p=pandora-kernel.git hw_breakpoint: Introduce "struct bp_cpuinfo" This patch simply moves all per-cpu variables into the new single per-cpu "struct bp_cpuinfo". To me this looks more logical and clean, but this can also simplify the further potential changes. In particular, I do not think this memory should be per-cpu, it is never used "locally". After this change it is trivial to turn it into, say, bootmem[nr_cpu_ids]. Reported-by: Vince Weaver Signed-off-by: Oleg Nesterov Acked-by: Frederic Weisbecker Link: http://lkml.kernel.org/r/20130620155020.GA6350@redhat.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed