From: Chuck Ebbert <76306.1226@compuserve.com> Date: Wed, 12 Jul 2006 20:41:15 +0000 (-0400) Subject: [PATCH] i386: system.h: remove extra semicolons and fix order X-Git-Tag: v2.6.18-rc2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b43c7cec6bf9558336fb033d1217fc765d259c47;p=pandora-kernel.git [PATCH] i386: system.h: remove extra semicolons and fix order include/asm-i386/system.h has trailing semicolons in some of the macros that cause legitimate code to fail compilation, so remove them. Also remove extra blank lines within one group of macros. And put stts() and clts() back together; they got separated somehow. Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com> Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed