commit | b43c7cec6bf9558336fb033d1217fc765d259c47 | [log] [tgz] |
---|---|---|
author | Chuck Ebbert <76306.1226@compuserve.com> | Wed Jul 12 16:41:15 2006 -0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jul 13 07:48:28 2006 -0700 |
tree | a1176161bcd7dcdf7a4b198402f45778ed5a5834 | |
parent | e47f31787dee5bf57453e18edefff56e17fa44f9 [diff] |
[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>