commit | b2ee9dbfad14ba8e34a589d552ddc67300a26bec | [log] [tgz] |
---|---|---|
author | Roman Zippel <zippel@linux-m68k.org> | Wed Feb 15 15:17:40 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Feb 15 15:32:22 2006 -0800 |
tree | 64614faee4f35bb14e3de655f4b276ad14c0ccc5 | |
parent | 5f6164f3092832e0d9b12eed52e09a76bf39c64a [diff] |
[PATCH] hrtimer: fix multiple macro argument expansion For two macros the arguments were expanded twice, change them to inline functions to avoid it. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Acked-by: Ingo Molnar <mingo@elte.hu> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>