mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-10 21:57:29 +00:00
In the Linux kernel traditionally pfns are represented by an unsigned long. However a few bits of the SGI IP27 platform code that were ported from IRIX are using pfn_t for historic reasons. This is conflicting with KVM's use of pfn_t. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>