diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-07-26 00:32:28 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-07-26 00:32:28 +0000 |
commit | ceaa49142b4aa9923b703547b25ee2ce62a3971c (patch) | |
tree | 90432543ed059d49128dfaee465d93f5d4242d20 /kvm_x86host.h | |
parent | 54f86be87be55bc4745fe34fa4c33473ca94736c (diff) | |
download | illumos-kvm-ceaa49142b4aa9923b703547b25ee2ce62a3971c.tar.gz |
HVM-519 Remove asm.h (fix lint)
Diffstat (limited to 'kvm_x86host.h')
-rw-r--r-- | kvm_x86host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm_x86host.h b/kvm_x86host.h index b52c518..29ea52e 100644 --- a/kvm_x86host.h +++ b/kvm_x86host.h @@ -833,7 +833,7 @@ enum { */ #define __ASM_FORM(x) " " #x " " -#define __ASM_SEL(a,b) __ASM_FORM(b) +#define __ASM_SEL(a, b) __ASM_FORM(b) #define __ASM_SIZE(inst) __ASM_SEL(inst##l, inst##q) #define _ASM_PTR __ASM_SEL(.long, .quad) |