|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Xen & Transmeta (from xen-users)
On 1 Jun 2005, at 15:08, Carl Holtje ;021;vcsg6; wrote:
Excellent!
The sysms file is available at
[http://www.cs.rit.edu/~cwh0803/xen/xen-2.0-testing-syms].
A note about the symbols -- there are strings I've added for
debug/tracing
purposes, most of which are of the form ' -> XXX'...
You are dying at line 479 in drivers/acpi/table.c. The reason is that
you are dereferencing an ACPI header structure that should have been
mapped using __acpi_map_table() (it's the call immediately above, at
line 471).
So, looks like for some reason __acpi_map_table isn't working properly
for you which probably also means that set_fixmap isn't working
properly. You'll need to add tracing to __acpi_map_table, and the
functions that it calls to create the mapping, to find out where things
are going wrong.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|