Commit fdd860a1 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc64: Add additional hypervisor call constants, from Dave Boutcher

From: Anton Blanchard <anton@samba.org>

Add additional hypervisor call constants, from Dave Boutcher
parent 2c24cc13
......@@ -75,6 +75,11 @@
#define H_SET_PPP 0xF0
#define H_SET_PURR 0xF4
#define H_PIC 0xF8
#define H_REG_CRQ 0xFC
#define H_FREE_CRQ 0x100
#define H_VIO_SIGNAL 0x104
#define H_SEND_CRQ 0x108
#define H_COPY_RDMA 0x110
#define H_POLL_PENDING 0x1D8
/* plpar_hcall() -- Generic call interface using above opcodes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment