memory: temporarily suppress the subregion collision warning
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 22 Aug 2011 16:14:56 +0000 (11:14 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 22 Aug 2011 16:14:56 +0000 (11:14 -0500)
commit1af359258d38cb1bcb748350a8092925091998b5
tree11fe44f92689bd4d2665c8668f90c61af04da7e2
parent0298ff0608a6d503e25f92abae7b0ecbc7146a86
memory: temporarily suppress the subregion collision warning

After 312b4234, the APIC and PCI devices are colliding with each other.  This
is harmless in practice because the APIC accesses are special cased and never
make there way onto the bus.

Avi is working on a proper fix, but until that's ready, avoid printing the
warning.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
memory.c