From: Pavel Machek Date: Mon, 3 Mar 2008 11:49:09 +0000 (+0100) Subject: x86: wmb() confusion in system.h X-Git-Tag: v2.6.26-rc1~1154^2~490 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d7a1819e97ef89be5bcbb4b724acb9f6c873c97;p=pandora-kernel.git x86: wmb() confusion in system.h Comment says wmb is a nop, but it is implemented as lock addl below... Should it be compiled to nop if we know we are running on "good" Intel cpu? At least remove confusing comment for now. Signed-off-by: Pavel Machek Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed