diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2005-06-30 05:08:27 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-06-30 05:08:27 (GMT) |
commit | 512d31d6a824a961f39b418f11480f678320e4f3 (patch) | |
tree | 61f94e62f86d8668362548d6d911f937c98c2e71 /include | |
parent | 1b19bc721416ae5bc813521d9e010a89f4816120 (diff) | |
download | linux-512d31d6a824a961f39b418f11480f678320e4f3.tar.xz |
[PATCH] ppc64: Move initialisation of xItLpQueue into ItLpQueue.c
The xItLpQueue is initalised manually in iSeries_setup_arch(). Move
this code into ItLpQueue.c for a cleaner separation.
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')
-rw-r--r-- | include/asm-ppc64/iSeries/ItLpQueue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc64/iSeries/ItLpQueue.h b/include/asm-ppc64/iSeries/ItLpQueue.h index 832497e..de90fee 100644 --- a/include/asm-ppc64/iSeries/ItLpQueue.h +++ b/include/asm-ppc64/iSeries/ItLpQueue.h @@ -80,5 +80,6 @@ extern struct HvLpEvent *ItLpQueue_getNextLpEvent(void); extern int ItLpQueue_isLpIntPending(void); extern unsigned ItLpQueue_process(struct pt_regs *); extern void ItLpQueue_clearValid(struct HvLpEvent *); +extern void setup_hvlpevent_queue(void); #endif /* _ITLPQUEUE_H */ |