From: Andrew Morton Date: Sat, 25 Mar 2006 09:51:51 +0000 (-0800) Subject: [PATCH] cpufreq: speedstep-smi asm fix X-Git-Tag: v2.6.17-rc1~735 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f081a529f808ed450c22553de7b3275e0ffde9a0;p=pandora-kernel.git [PATCH] cpufreq: speedstep-smi asm fix Fix bug identified by Linus Torvalds : the `out' instruction depends upon the state of memory_data[], so we need to tell gcc that before executing it. (The opcode, not gcc). Fixes http://bugzilla.kernel.org/show_bug.cgi?id=5553 Thanks to Antonio Ospite for testing. Cc: Dave Jones Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed