Revision 7863667f target-ppc/op.c
b/target-ppc/op.c | ||
---|---|---|
1987 | 1987 |
#define MEMSUFFIX _kernel |
1988 | 1988 |
#include "op_helper.h" |
1989 | 1989 |
#include "op_mem.h" |
1990 |
#if defined(TARGET_PPC64H) |
|
1991 | 1990 |
#define MEMSUFFIX _hypv |
1992 | 1991 |
#include "op_helper.h" |
1993 | 1992 |
#include "op_mem.h" |
1994 | 1993 |
#endif |
1995 |
#endif |
|
1996 | 1994 |
|
1997 | 1995 |
/* Special op to check and maybe clear reservation */ |
1998 | 1996 |
void OPPROTO op_check_reservation (void) |
... | ... | |
2031 | 2029 |
do_rfid(); |
2032 | 2030 |
RETURN(); |
2033 | 2031 |
} |
2034 |
#endif |
|
2035 | 2032 |
|
2036 |
#if defined(TARGET_PPC64H) |
|
2037 | 2033 |
void OPPROTO op_hrfid (void) |
2038 | 2034 |
{ |
2039 | 2035 |
do_hrfid(); |
Also available in: Unified diff