From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 18 Mar 2011 16:43:01 -0700 Subject: [PATCH 1/2] arm: mach-omap2: devices: fix omap3_l3_init() return value In-Reply-To: <34f6d3df1c7449f43374ecf3e3a74f77@mail.gmail.com> References: <1300295763-497-1-git-send-email-aaro.koskinen@nokia.com> <324bffcaf53be55bd6f392af3f86fa10@mail.gmail.com> <4D81C41F.8090702@ti.com> <34f6d3df1c7449f43374ecf3e3a74f77@mail.gmail.com> Message-ID: <20110318234301.GA18583@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Santosh Shilimkar [110317 03:04]: > > From: Cousson, Benoit [mailto:b-cousson at ti.com] > > > > Maybe we should initialize that before, because in theory the > > timer12 secure violation should have been captured easily with > > this code? > > > The firewall exceptions handling is removed from L3 handler because > PPA has the trap implemented. We faced issues when the trap was > enabled in both places. Applying these into fixes. Tony