https://bugzilla.kernel.org/show_bug.cgi?id=38262





--- Comment #22 from WZab <w...@ise.pw.edu.pl>  2012-03-25 11:18:25 ---
Yes it helps.
Now I use the kernel 3.2.11. 
Without this patch and without the boot parameter "processor.nocst=1" the
kernel hangs during boot.
After application of this patch kernel boots and worked correctly.

OK. In fact I hav introduced those changes by hand, as the line numbers in
3.2.11 have changed:

# diff -c tbfadt.c~ tbfadt.c
*** tbfadt.c~   2012-03-13 18:05:09.000000000 +0100
--- tbfadt.c    2012-03-25 12:24:31.000000000 +0200
***************
*** 350,358 ****
        u32 address32;
        u32 i;

-       /* Update the local FADT table header length */
- 
-       acpi_gbl_FADT.header.length = sizeof(struct acpi_table_fadt);

        /*
         * Expand the 32-bit FACS and DSDT addresses to 64-bit as necessary.
--- 350,355 ----
***************
*** 395,400 ****
--- 392,401 ----
                acpi_gbl_FADT.boot_flags = 0;
        }

+       /* Update the local FADT table header length */
+ 
+       acpi_gbl_FADT.header.length = sizeof(struct acpi_table_fadt);
+ 
        /*
         * Expand the ACPI 1.0 32-bit addresses to the ACPI 2.0 64-bit "X"
         * generic address structures as necessary. Later code will always use

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to