diff options
author | Rob Gardner <rob.gardner@oracle.com> | 2017-12-05 19:40:42 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-01-22 08:17:15 -0800 |
commit | c2b5934ff505dc71247b2c7f5927c1e9b6b13c68 (patch) | |
tree | 39705c3be06ddc691d7f589a2452b0b70e4d519e /arch/sparc/kernel/hvapi.c | |
parent | 0d665e7b109d512b7cae3ccef6e8654714887844 (diff) | |
download | linux-c2b5934ff505dc71247b2c7f5927c1e9b6b13c68.tar.gz linux-c2b5934ff505dc71247b2c7f5927c1e9b6b13c68.tar.bz2 linux-c2b5934ff505dc71247b2c7f5927c1e9b6b13c68.zip |
sparc64: Oracle DAX infrastructure
This patch adds hypercall function stubs and C templates for
ccb_submit/info/kill which provide coprocessor services for the Oracle
Data Analytics Accelerator, registration for the DAX api group, and
all the various associated constants.
Signed-off-by: Rob Gardner <rob.gardner@oracle.com>
Signed-off-by: Jonathan Helman <jonathan.helman@oracle.com>
Signed-off-by: Sanath Kumar <sanath099@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/hvapi.c')
-rw-r--r-- | arch/sparc/kernel/hvapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/kernel/hvapi.c b/arch/sparc/kernel/hvapi.c index a2bc1b2955b4..717ec7ef07f9 100644 --- a/arch/sparc/kernel/hvapi.c +++ b/arch/sparc/kernel/hvapi.c @@ -41,6 +41,7 @@ static struct api_info api_table[] = { { .group = HV_GRP_SDIO_ERR, }, { .group = HV_GRP_REBOOT_DATA, }, { .group = HV_GRP_ATU, .flags = FLAG_PRE_API }, + { .group = HV_GRP_DAX, }, { .group = HV_GRP_NIAG_PERF, .flags = FLAG_PRE_API }, { .group = HV_GRP_FIRE_PERF, }, { .group = HV_GRP_N2_CPU, }, |