[PATCH 10/15] ppc64: Rename ItLpQueue_* functions to hvlpevent_queue_*
Stephen Rothwell
sfr at canb.auug.org.au
Tue Jun 28 15:20:25 EST 2005
On Tue, 28 Jun 2005 09:17:55 +1000 Michael Ellerman <michael at ellerman.id.au> wrote:
>
> Now that we've renamed the xItLpQueue structure, rename the functions that
> operate on it also.
I have some suggestions for (better) names ...
> -static struct HvLpEvent * ItLpQueue_getNextLpEvent(void)
> +static struct HvLpEvent * hvlpevent_queue_next_event(void)
get_next_hvlpevent
> -int ItLpQueue_isLpIntPending(void)
> +int hvlpevent_queue_event_pending(void)
hvlpevent_pending
> -static void ItLpQueue_clearValid( struct HvLpEvent * event )
> +static void hvlpevent_clear_valid( struct HvLpEvent * event )
OK (but whitespace :-))
> -unsigned ItLpQueue_process(struct pt_regs *regs)
> +unsigned hvlpevent_queue_process(struct pt_regs *regs)
process_hvlpevents
--
Cheers,
Stephen Rothwell sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://ozlabs.org/pipermail/linuxppc64-dev/attachments/20050628/83e4451e/attachment.pgp
More information about the Linuxppc64-dev
mailing list