>The kernel I tried was a GENERIC kernel (DIG still works on Tiger).  Also
>tested on HP Eiger, same result: the system gets an MCA.  I've attached
>the config I'm using.

Using that config on my Tiger, I didn't see an MCA, but I did have an
OOPS with a stacktrace that includes:

init
  uncached_init
   efi_memmap_walk_uc
     uncached_build_memmap
       gen_pool_free ...

Sticking in a "return" at the start of efi_memmap_walk_uc() to bypass
this got me a lot further (I died while "Creating root device" ... probably
because my scripts mistakenly thought that MPT was configured in).

So it looks like your problem is CONFIG_IA64_UNCACHED_ALLOCATOR=y

-Tony
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to