aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2005-11-05 17:25:54 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-14 19:55:16 -0800
commita88cde13bae3fffd6ecc812bdd02c91eafb6073e (patch)
tree60c80590f2d2245bc7fa3ef44eeb0fc2af7b9371 /include
parentea0be473a1f0ee89024a24d8ea4b05fbf6efcee3 (diff)
downloadlinux-a88cde13bae3fffd6ecc812bdd02c91eafb6073e.tar.gz
[PATCH] x86_64: Formatting fixes for arch/x86_64/kernel/process.c
No functional changes. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86_64/msr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/msr.h b/include/asm-x86_64/msr.h
index 5a7fe3c6c3d84..24dc39651bc47 100644
--- a/include/asm-x86_64/msr.h
+++ b/include/asm-x86_64/msr.h
@@ -19,7 +19,7 @@
: "=a" (a__), "=d" (b__) \
: "c" (msr)); \
val = a__ | (b__<<32); \
-} while(0);
+} while(0)
#define wrmsr(msr,val1,val2) \
__asm__ __volatile__("wrmsr" \