Re: [PATCH 1/7] um: allow disabling NO_IOMEM

From: Johannes Berg
Date: Tue Feb 23 2021 - 10:48:44 EST


Hi,

> Can't you just use the asm-generic versions instead?

Hmm, yes, for fb.h and vga.h that should work, since they should never
be used. For vga.h it would be wrong since it assumes the VGA memory is
mapped into the CPU memory, but since it should never run it would still
address the compilation issues I needed this for.

So yeah, I guess we could just use the asm-generic versions of these
two.

johannes