diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2005-06-30 01:15:32 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-06-30 01:15:32 -0400 |
commit | a61874648d14450f4d397489527998e3dd1119de (patch) | |
tree | 007af1fc91b283f6f1d12706300f61d75d69ba43 /include/asm-ppc64 | |
parent | ab354b637924beb33dcc23eedc9482f2c692188f (diff) |
[PATCH] ppc64: Rename xItLpQueue to hvlpevent_queue
The xItLpQueue is a queue of HvLpEvents that we're given by the Hypervisor.
Rename xItLpQueue to hvlpevent_queue and make the type struct hvlpevent_queue.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-ppc64')
-rw-r--r-- | include/asm-ppc64/iSeries/ItLpQueue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc64/iSeries/ItLpQueue.h b/include/asm-ppc64/iSeries/ItLpQueue.h index be1cb7f3f884..bebfb364f556 100644 --- a/include/asm-ppc64/iSeries/ItLpQueue.h +++ b/include/asm-ppc64/iSeries/ItLpQueue.h | |||
@@ -41,7 +41,7 @@ struct HvLpEvent; | |||
41 | #define LpEventMaxSize 256 | 41 | #define LpEventMaxSize 256 |
42 | #define LpEventAlign 64 | 42 | #define LpEventAlign 64 |
43 | 43 | ||
44 | struct ItLpQueue { | 44 | struct hvlpevent_queue { |
45 | /* | 45 | /* |
46 | * The xSlicCurEventPtr is the pointer to the next event stack entry | 46 | * The xSlicCurEventPtr is the pointer to the next event stack entry |
47 | * that will become valid. The OS must peek at this entry to determine | 47 | * that will become valid. The OS must peek at this entry to determine |
@@ -74,7 +74,7 @@ struct ItLpQueue { | |||
74 | u64 xLpIntCountByType[9]; // 0x38-0x7F Event counts by type | 74 | u64 xLpIntCountByType[9]; // 0x38-0x7F Event counts by type |
75 | }; | 75 | }; |
76 | 76 | ||
77 | extern struct ItLpQueue xItLpQueue; | 77 | extern struct hvlpevent_queue hvlpevent_queue; |
78 | 78 | ||
79 | extern int ItLpQueue_isLpIntPending(void); | 79 | extern int ItLpQueue_isLpIntPending(void); |
80 | extern unsigned ItLpQueue_process(struct pt_regs *); | 80 | extern unsigned ItLpQueue_process(struct pt_regs *); |