Hello.

Tetsuo Handa wrote:
> I tried further debugging but not yet successful.

I found what was wrong.

Bad kernel config contained

  CONFIG_PHYSICAL_START=0x1000000
  CONFIG_PHYSICAL_ALIGN=0x100000

whereas good kernel config contained

  CONFIG_PHYSICAL_START=0x1000000
  CONFIG_PHYSICAL_ALIGN=0x1000000

. I think that there is no constraint checking for these values and resulted in
overlaying something on the kcrctab table.

Now linux-next-20130903 works fine. Thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to