Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 2021 04:05:11 GMT
From:      Brandon Bergren <bdragon@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a5f07fa0c6b1 - main - powerpc/pseries: Add new hypercall definition, H_REGISTER_PROC_TBL
Message-ID:  <202103310405.12V45BPN080865@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bdragon:

URL: https://cgit.FreeBSD.org/src/commit/?id=a5f07fa0c6b162964b414d00fab319fd13c61f57

commit a5f07fa0c6b162964b414d00fab319fd13c61f57
Author:     Justin Hibbits <jhibbits@FreeBSD.org>
AuthorDate: 2020-08-16 16:01:49 +0000
Commit:     Brandon Bergren <bdragon@FreeBSD.org>
CommitDate: 2021-03-31 02:22:21 +0000

    powerpc/pseries: Add new hypercall definition, H_REGISTER_PROC_TBL
    
    This will be used by the Radix MMU on pseries.
    
    MFC after:      1 week
---
 sys/powerpc/pseries/phyp-hvcall.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys/powerpc/pseries/phyp-hvcall.h b/sys/powerpc/pseries/phyp-hvcall.h
index fdc6a774ce03..90f75807e56a 100644
--- a/sys/powerpc/pseries/phyp-hvcall.h
+++ b/sys/powerpc/pseries/phyp-hvcall.h
@@ -321,7 +321,9 @@
 #define H_SET_MODE		0x31C
 /* Reserved ... */
 #define H_GET_DMA_XLATES_L	0x324
-#define MAX_HCALL_OPCODE	H_GET_DMA_XLATES_L
+/* Reserved ... */
+#define H_REGISTER_PROC_TBL	0x37c
+#define MAX_HCALL_OPCODE	H_REGISTER_PROC_TBL
 
 int64_t phyp_hcall(uint64_t opcode, ...);
 int64_t phyp_pft_hcall(uint64_t opcode, uint64_t flags, uint64_t pteidx,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103310405.12V45BPN080865>