diff options
Diffstat (limited to 'include/asm-i386')
-rw-r--r-- | include/asm-i386/paravirt.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-i386/paravirt.h b/include/asm-i386/paravirt.h index bc5c12c13581..d7a0512f88e0 100644 --- a/include/asm-i386/paravirt.h +++ b/include/asm-i386/paravirt.h | |||
@@ -222,11 +222,6 @@ struct paravirt_ops | |||
222 | void (*iret)(void); | 222 | void (*iret)(void); |
223 | }; | 223 | }; |
224 | 224 | ||
225 | /* Mark a paravirt probe function. */ | ||
226 | #define paravirt_probe(fn) \ | ||
227 | static asmlinkage void (*__paravirtprobe_##fn)(void) __attribute_used__ \ | ||
228 | __attribute__((__section__(".paravirtprobe"))) = fn | ||
229 | |||
230 | extern struct paravirt_ops paravirt_ops; | 225 | extern struct paravirt_ops paravirt_ops; |
231 | 226 | ||
232 | #define PARAVIRT_PATCH(x) \ | 227 | #define PARAVIRT_PATCH(x) \ |