http://bugzilla.kernel.org/show_bug.cgi?id=11714


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Kernel panic when not using |Kernel panic on boot unless
                   |acpi=off                    |acpi=off - ASUS M3A-H/HDMI




------- Comment #12 from [EMAIL PROTECTED]  2008-10-08 12:05 -------
Please try "maxcpus=1" (for max_cpus is not actually a kernel parameter)
or equally "nosmp".

For the crash is in a kfree of a per-cpu data structure
that will likely not occur on a uniprocessor config.

also please try "acpi=ht", which will do this MP part of ACPI,
but no other part.  If it still fails there, then we know this
is strictly a SMP configuration issue and not a core ACPI issue.

How many cores does this hardware have, and how many processors
is the kernel config'd for?
(grep CONFIG_NR_CPUS .config)  If under 32, try upping to 32.

Please attach the output from dmesg -s64000 from a kernel that
boots successfully.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to