]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: restore correct module name for apm
authorSam Ravnborg <sam@ravnborg.org>
Mon, 4 Feb 2008 15:47:55 +0000 (16:47 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 4 Feb 2008 15:47:55 +0000 (16:47 +0100)
commit3a900d89db35c133bc0874e71d9156b22db362b4
tree7f17e1776879d58d546b18dda80f07c828b0d04c
parent262d5ee27271703a0396d63649430f43f3b5deb3
x86: restore correct module name for apm

The apm module were renamed to apm_32 during the merge of 32 and 64 bit
x86 which is unfortunate. As apm is 32 bit specific we like to keep the
_32 in the filename but the module should be named apm.

Fix this in the Makefile.

Reported-by: "A.E.Lawrence" <lawrence_a_e@ntlworld.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Cc: Ingo Molnar <mingo@elte.hu>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: "A.E.Lawrence" <lawrence_a_e@ntlworld.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/Makefile