From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: Re: [2.6.25-rc5-mm1] BUG: spinlock bad magic early during boot Date: Mon, 17 Mar 2008 13:48:13 -0400 Message-ID: <200803171348.13417.lenb@kernel.org> References: <20080311011434.ad8c8d7d.akpm@linux-foundation.org> <1205530551.8167.20.camel@nimitz.home.sr71.net> <47DB013D.3060102@tremplin-utc.net> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <47DB013D.3060102@tremplin-utc.net> Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: Eric Piel Cc: Dave Hansen , Tilman Schmidt , Andrew Morton , linux-kernel@vger.kernel.org, Thomas Renninger , Len Brown , Linus Torvalds , Christoph Hellwig , Markus Gaugusch , linux-acpi@vger.kernel.org List-Id: linux-acpi@vger.kernel.org > We used to have > a different way but it was even uglier: append the DSDT after the > initramfs, and then access it _directly_. This implies teaching > populate_rootfs() to not panic when seeing DSDTs and loosing the benefit > of the compression. DSDT's are generally 4KB to 64KB, so I don't think compression for a DSDT override is important. -Len