Messages in this thread |  | | | Date | Tue, 14 Dec 2010 17:07:49 -0800 (PST) | | From | Daniel Kopko <> | | Subject | RE: [PATCH 1/2] sched: Fix the irqtime code to deal with u64 wraps |
| |
Sorry for the lack of quoted text and lack of In-Reply-To headers. (I am replying from a webmail account in reference to the following message: http://marc.info/?l=linux-arm-kernel&m=129224292425624&w=2 ). It seems that perhaps an unintentional omission of inline happened in this patch set, when converting update_rq_clock to static linkage.
-inline void update_rq_clock(struct rq *rq) +static void update_rq_clock(struct rq *rq)
The rest of the functions which had static linkage added retained the inline modifier.
This is my first message to LKML. Can anyone recommend a decent free email provider that will work well here? Also, please CC me directly if convenient for any replies.
Thanks,
Daniel Kopko
|  |