From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933769Ab1CXIio (ORCPT ); Thu, 24 Mar 2011 04:38:44 -0400 Received: from webbox687.server-home.net ([195.149.74.151]:43440 "EHLO webbox687.server-home.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933710Ab1CXIil (ORCPT ); Thu, 24 Mar 2011 04:38:41 -0400 From: Alexander Stein To: Len Brown Subject: Re: [PATCH] APM: delete APM in Linux-2.6.40 Date: Thu, 24 Mar 2011 09:38:38 +0100 User-Agent: KMail/1.13.5 (Linux/2.6.36-gentoo-r8; KDE/4.4.5; x86_64; ; ) Cc: Stephen Rothwell , linux-pm@lists.linux-foundation.org, linux-kernel@vger.kernel.org References: <20110324154505.934a56a0.sfr@canb.auug.org.au> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201103240938.39227.alexander.stein@systec-electronic.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 24 March 2011, 08:39:07 Len Brown wrote: > From: Len Brown > > Signed-off-by: Len Brown > --- > Documentation/feature-removal-schedule.txt | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/Documentation/feature-removal-schedule.txt > b/Documentation/feature-removal-schedule.txt index b3f35e5..2a03c46 100644 > --- a/Documentation/feature-removal-schedule.txt > +++ b/Documentation/feature-removal-schedule.txt > @@ -619,3 +619,11 @@ Why: The original implementation of memsw feature > enabled by Who: Michal Hocko > > ---------------------------- > + > +What: CONFIG_APM > +When: 2.6.40 > +Why: Microsoft deleted APM from Windows as of Vista in in 2006. Minor nitpick: 'in' is doubled. Alexander