Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
432e8765
Commit
432e8765
authored
Jul 18, 2008
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sparc64: Add missing hypervisor service group numbers.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
f7fe9334
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
arch/sparc64/kernel/hvapi.c
arch/sparc64/kernel/hvapi.c
+4
-0
include/asm-sparc/hypervisor.h
include/asm-sparc/hypervisor.h
+4
-0
No files found.
arch/sparc64/kernel/hvapi.c
View file @
432e8765
...
@@ -34,8 +34,12 @@ static struct api_info api_table[] = {
...
@@ -34,8 +34,12 @@ static struct api_info api_table[] = {
{
.
group
=
HV_GRP_LDOM
,
},
{
.
group
=
HV_GRP_LDOM
,
},
{
.
group
=
HV_GRP_SVC_CHAN
,
.
flags
=
FLAG_PRE_API
},
{
.
group
=
HV_GRP_SVC_CHAN
,
.
flags
=
FLAG_PRE_API
},
{
.
group
=
HV_GRP_NCS
,
.
flags
=
FLAG_PRE_API
},
{
.
group
=
HV_GRP_NCS
,
.
flags
=
FLAG_PRE_API
},
{
.
group
=
HV_GRP_RNG
,
},
{
.
group
=
HV_GRP_NIAG_PERF
,
.
flags
=
FLAG_PRE_API
},
{
.
group
=
HV_GRP_NIAG_PERF
,
.
flags
=
FLAG_PRE_API
},
{
.
group
=
HV_GRP_FIRE_PERF
,
},
{
.
group
=
HV_GRP_FIRE_PERF
,
},
{
.
group
=
HV_GRP_N2_CPU
,
},
{
.
group
=
HV_GRP_NIU
,
},
{
.
group
=
HV_GRP_VF_CPU
,
},
{
.
group
=
HV_GRP_DIAG
,
.
flags
=
FLAG_PRE_API
},
{
.
group
=
HV_GRP_DIAG
,
.
flags
=
FLAG_PRE_API
},
};
};
...
...
include/asm-sparc/hypervisor.h
View file @
432e8765
...
@@ -2920,8 +2920,12 @@ extern unsigned long sun4v_ncs_request(unsigned long request,
...
@@ -2920,8 +2920,12 @@ extern unsigned long sun4v_ncs_request(unsigned long request,
#define HV_GRP_LDOM 0x0101
#define HV_GRP_LDOM 0x0101
#define HV_GRP_SVC_CHAN 0x0102
#define HV_GRP_SVC_CHAN 0x0102
#define HV_GRP_NCS 0x0103
#define HV_GRP_NCS 0x0103
#define HV_GRP_RNG 0x0104
#define HV_GRP_NIAG_PERF 0x0200
#define HV_GRP_NIAG_PERF 0x0200
#define HV_GRP_FIRE_PERF 0x0201
#define HV_GRP_FIRE_PERF 0x0201
#define HV_GRP_N2_CPU 0x0202
#define HV_GRP_NIU 0x0204
#define HV_GRP_VF_CPU 0x0205
#define HV_GRP_DIAG 0x0300
#define HV_GRP_DIAG 0x0300
#ifndef __ASSEMBLY__
#ifndef __ASSEMBLY__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment