Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104175
b: refs/heads/master
c: 432e876
h: refs/heads/master
i:
  104173: a22e864
  104171: 8f0130f
  104167: 3399c2d
  104159: 8bd0795
v: v3
  • Loading branch information
David S. Miller committed Jul 18, 2008
1 parent 1afc014 commit e6a053e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f7fe93344fd3f4ccd406a35f751a61b77f94b0fc
refs/heads/master: 432e8765f0206de5bbddcbd4eb1d9611c79b1eaa
4 changes: 4 additions & 0 deletions trunk/arch/sparc64/kernel/hvapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ static struct api_info api_table[] = {
{ .group = HV_GRP_LDOM, },
{ .group = HV_GRP_SVC_CHAN, .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_FIRE_PERF, },
{ .group = HV_GRP_N2_CPU, },
{ .group = HV_GRP_NIU, },
{ .group = HV_GRP_VF_CPU, },
{ .group = HV_GRP_DIAG, .flags = FLAG_PRE_API },
};

Expand Down
4 changes: 4 additions & 0 deletions trunk/include/asm-sparc/hypervisor.h
Original file line number Diff line number Diff line change
Expand Up @@ -2920,8 +2920,12 @@ extern unsigned long sun4v_ncs_request(unsigned long request,
#define HV_GRP_LDOM 0x0101
#define HV_GRP_SVC_CHAN 0x0102
#define HV_GRP_NCS 0x0103
#define HV_GRP_RNG 0x0104
#define HV_GRP_NIAG_PERF 0x0200
#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

#ifndef __ASSEMBLY__
Expand Down

0 comments on commit e6a053e

Please sign in to comment.