commit | fc0460d0dfb19d4887f509a2573197ca0f417ce9 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed May 08 03:51:58 2013 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed May 08 03:51:58 2013 +0200 |
tree | 8010389ce90dd6052f5950019128690d012051cf | |
parent | f6161aa153581da4a3867a2d1a7caf4be19b6ec9 [diff] |
MIPS: IP27: Remove pfn_t. 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>