]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit278df93d65d7921947523774b7d756339766d98a
treea1176161bcd7dcdf7a4b198402f45778ed5a5834
parentaa5c712442ac9e7d4267e8f39a438e3752c77ea9
[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