Messages in this thread |  | | | Subject | Re: [PATCH 8/8] arch/x86: use printk_ratelimited instead of printk_ratelimit | | From | Joe Perches <> | | Date | Mon, 06 Jun 2011 20:37:25 -0700 |
| |
On Tue, 2011-06-07 at 12:41 +0930, Rusty Russell wrote: > On Mon, 6 Jun 2011 10:11:53 +0200, richard -rw- weinberger <richard.weinberger@gmail.com> wrote: > > printk_ratelimited() needs DEFINE_RATELIMIT_STATE() which is defined > > in ratelimit.h. > Yech. I'm assuming that making printk.h include ratelimit.h makes a > nasty mess?
Yup.
I proposed moving the <foo>_ratelimited dclarations to ratelimited.h without any comment.
http://lkml.org/lkml/2010/2/18/377
|  |