From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 9/9] omap: id: add feature check for omap1 Date: Tue, 6 Jul 2010 15:46:07 +0300 Message-ID: <20100706124606.GP3192@atomide.com> References: <1277259375-18521-1-git-send-email-nm@ti.com> <1277259375-18521-10-git-send-email-nm@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:53046 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754789Ab0GFMqM (ORCPT ); Tue, 6 Jul 2010 08:46:12 -0400 Content-Disposition: inline In-Reply-To: <1277259375-18521-10-git-send-email-nm@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Nishanth Menon Cc: linux-omap , Venkatraman S , Senthilvadivu Guruswamy * Nishanth Menon [100623 05:10]: > add a minimalist feature - l2cache for omap1. > > Signed-off-by: Nishanth Menon > --- > arch/arm/mach-omap1/id.c | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap1/id.c b/arch/arm/mach-omap1/id.c > index 91dbb71..b98a17f 100644 > --- a/arch/arm/mach-omap1/id.c > +++ b/arch/arm/mach-omap1/id.c > @@ -200,5 +200,11 @@ void __init omap1_check_revision(void) > printk(KERN_INFO " revision %i handled as %02xxx id: %08x%08x\n", > die_rev, omap_revision & 0xff, system_serial_low, > system_serial_high); > + > + /* > + * TODO: add a better check feature once we have > + * more decent feature check > + */ > + omap_features |= OMAP_HAS_L2CACHE; > } There's no L2 cache on omap1? Tony