From: Markus Metzger Date: Wed, 18 Mar 2009 18:27:00 +0000 (+0100) Subject: x86, bts: use atomic memory allocation X-Git-Tag: v2.6.31-rc1~401^2~62^2~28 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c78a3956b982418186e40978a51636a2b43221bc;p=pandora-kernel.git x86, bts: use atomic memory allocation Ds_request_bts() needs to allocate memory. It uses GFP_KERNEL. Hw-branch-tracer calls ds_request_bts() within on_each_cpu(). Use atomic memory allocation to allow it to be used in that context. Signed-off-by: Markus Metzger LKML-Reference: <20090318192700.A6038@sedona.ch.intel.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed