|
@@ -62,11 +62,6 @@ void __init default_banner(void)
|
|
|
pv_info.name);
|
|
|
}
|
|
|
|
|
|
-/* Simple instruction patching code. */
|
|
|
-#define DEF_NATIVE(ops, name, code) \
|
|
|
- extern const char start_##ops##_##name[], end_##ops##_##name[]; \
|
|
|
- asm("start_" #ops "_" #name ": " code "; end_" #ops "_" #name ":")
|
|
|
-
|
|
|
/* Undefined instruction for dealing with missing ops pointers. */
|
|
|
static const unsigned char ud2a[] = { 0x0f, 0x0b };
|
|
|
|