diff options
Diffstat (limited to 'arch/powerpc/include/asm/hvcall.h')
| -rw-r--r-- | arch/powerpc/include/asm/hvcall.h | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/hvcall.h b/arch/powerpc/include/asm/hvcall.h index 0c7f2bfcf13..5dbbb29f5c3 100644 --- a/arch/powerpc/include/asm/hvcall.h +++ b/arch/powerpc/include/asm/hvcall.h @@ -274,6 +274,11 @@  /* Platform specific hcalls, used by KVM */  #define H_RTAS			0xf000 +/* "Platform specific hcalls", provided by PHYP */ +#define H_GET_24X7_CATALOG_PAGE	0xF078 +#define H_GET_24X7_DATA		0xF07C +#define H_GET_PERF_COUNTER_INFO	0xF080 +  #ifndef __ASSEMBLY__  /** @@ -403,6 +408,8 @@ static inline unsigned long cmo_get_page_size(void)  extern long pSeries_enable_reloc_on_exc(void);  extern long pSeries_disable_reloc_on_exc(void); +extern long pseries_big_endian_exceptions(void); +  #else  #define pSeries_enable_reloc_on_exc()  do {} while (0)  | 
