]> git.baikalelectronics.ru Git - kernel.git/commit
x86: GEODE: MFGPT: Minor cleanups
authorAndres Salomon <dilinger@debian.org>
Sat, 9 Feb 2008 22:24:08 +0000 (23:24 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 9 Feb 2008 22:24:08 +0000 (23:24 +0100)
commit1a3ae26b2c9be0f7b137ff4358b226c349525e30
tree1a4a12c6ded6c3a79b46e9e59afa5ac2db7b54cb
parent30d21ec661804c9682c69aa6c9abb11e3823b5d9
x86: GEODE: MFGPT: Minor cleanups

- uninline timer functions; the compiler knows better than we do
  whether or not to inline these.
- mfgpt_start_timer() had an unused 'clock' argument, drop it.

From both Jordan and myself.

Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Signed-off-by: Andres Salomon <dilinger@debian.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/mfgpt_32.c