From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764704AbYBBWSt (ORCPT ); Sat, 2 Feb 2008 17:18:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762588AbYBBWSk (ORCPT ); Sat, 2 Feb 2008 17:18:40 -0500 Received: from queueout02-winn.ispmail.ntl.com ([81.103.221.56]:7422 "EHLO queueout02-winn.ispmail.ntl.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758049AbYBBWSk (ORCPT ); Sat, 2 Feb 2008 17:18:40 -0500 Message-ID: <47A4E70D.1000607@ntlworld.com> Date: Sat, 02 Feb 2008 21:56:29 +0000 From: "A.E.Lawrence" User-Agent: IceDove 1.5.0.14pre (X11/20071018) MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: 2.6.24 x86 apm module name change not in Kconfig Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Legacy i386 box failed to shutdown under 2.6.24 because it tried to load module apm rather than apm_32. If it is intended that apm_32 not be aliased as apm, then arch/x86/Kconfig which currently says "module will be called apm." needs to be updated to match. ael