Thread (1 message) 1 message, 1 author, 2008-01-21
STALE6799d

Revision v1 of 2 in this series.

Revisions (2)
  1. v1 current
  2. v1 [diff vs current]

[PATCH 1/4] Add missing semicolon to SWAPGS macro

From: Eduardo Habkost <hidden>
Date: 2008-01-21 21:48:50
Subsystem: the rest · Maintainer: Linus Torvalds

Trivial compile fix.

Signed-off-by: Eduardo Habkost <redacted>
---
 include/asm-x86/paravirt.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-x86/paravirt.h b/include/asm-x86/paravirt.h
index 52bcd9d..62cecb7 100644
--- a/include/asm-x86/paravirt.h
+++ b/include/asm-x86/paravirt.h
@@ -1329,7 +1329,7 @@ static inline unsigned long __raw_local_irq_save(void)
 #else
 #define SWAPGS								\
 	PARA_SITE(PARA_PATCH(pv_cpu_ops, PV_CPU_swapgs), CLBR_NONE,	\
-		  PV_SAVE_REGS						\
+		  PV_SAVE_REGS;						\
 		  call *pv_cpu_ops+PV_CPU_swapgs;			\
 		  PV_RESTORE_REGS					\
 		 )
-- 
1.5.3.4
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help