From: Andrew Morton Date: Mon, 10 Jul 2006 06:34:45 +0000 (-0400) Subject: ACPI: SBS: fix initialization, sem2mutex X-Git-Tag: v2.6.18-rc2~116^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8970bfe706345223d39d33bfce5f8b29750ab716;p=pandora-kernel.git ACPI: SBS: fix initialization, sem2mutex cm_sbs_sem is being downed (via acpi_ac_init->acpi_lock_ac_dir) before it is initialised, with grave results. - Make it a mutex - Initialise it - Make it static - Clean other stuff up. Thanks to Paul Drynoff for reporting and testing. Cc: Rich Townsend Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- Reading git-diff-tree failed