aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/iSeries
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2005-06-30 01:15:42 -0400
committerPaul Mackerras <paulus@samba.org>2005-06-30 01:15:42 -0400
commit937b31b114b5540f456ce1566aae67e02db41f2c (patch)
tree3c4456f557ce37f99ef5056a8e7947fd7f1b1f83 /include/asm-ppc64/iSeries
parenta61874648d14450f4d397489527998e3dd1119de (diff)
[PATCH] ppc64: Rename ItLpQueue_* functions to hvlpevent_queue_*
Now that we've renamed the xItLpQueue structure, rename the functions that operate on it also. 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/iSeries')
-rw-r--r--include/asm-ppc64/iSeries/ItLpQueue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc64/iSeries/ItLpQueue.h b/include/asm-ppc64/iSeries/ItLpQueue.h
index bebfb364f556..f0f24a39ff6d 100644
--- a/include/asm-ppc64/iSeries/ItLpQueue.h
+++ b/include/asm-ppc64/iSeries/ItLpQueue.h
@@ -76,8 +76,8 @@ struct hvlpevent_queue {
76 76
77extern struct hvlpevent_queue hvlpevent_queue; 77extern struct hvlpevent_queue hvlpevent_queue;
78 78
79extern int ItLpQueue_isLpIntPending(void); 79extern int hvlpevent_is_pending(void);
80extern unsigned ItLpQueue_process(struct pt_regs *); 80extern unsigned process_hvlpevents(struct pt_regs *);
81extern void setup_hvlpevent_queue(void); 81extern void setup_hvlpevent_queue(void);
82 82
83#endif /* _ITLPQUEUE_H */ 83#endif /* _ITLPQUEUE_H */