]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: restore correct module name for apm
authorSam Ravnborg <sam@ravnborg.org>
Sun, 3 Feb 2008 12:19:38 +0000 (13:19 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Feb 2008 19:46:25 +0000 (11:46 -0800)
commitde0d21fac3d694b3d87a61557d561fb23b56679a
treeac29b4a085f075f1a57e573c76776685daffc363
parent9b0fb094a1bdbd7f93b8d0977ec0c113d6e31ff8
x86: restore correct module name for apm

patch 3a900d89db35c133bc0874e71d9156b22db362b4 in mainline

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/kernel/Makefile_32