[PATCH] i386: system.h: remove extra semicolons and fix order
authorChuck Ebbert <76306.1226@compuserve.com>
Wed, 12 Jul 2006 20:41:15 +0000 (16:41 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 13 Jul 2006 14:48:28 +0000 (07:48 -0700)
commitb43c7cec6bf9558336fb033d1217fc765d259c47
treea1176161bcd7dcdf7a4b198402f45778ed5a5834
parente47f31787dee5bf57453e18edefff56e17fa44f9
[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 <torvalds@osdl.org>
include/asm-i386/system.h