Re: Does Linux have plan to support memory hole remapping?

From: Andi Kleen
Date: Wed Apr 09 2008 - 04:58:47 EST


> having said that - but we'll still consider sane looking patches that
> allow the remapping of otherwise inactive RAM.

I doubt there is any way to do this sanely in the kernel. Usually you
would need to move either the PCI hole (which is hard or impossible) or all
RAM beyond it (potentially breaking SMM assumptions and causing other problems).

Normally the memory controllers don't have a way to just remap pieces because
that would need much hardware in critical paths.

The only half way sane way to attack this without vendor support
would be LinuxBIOS imho.

-Andi

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