From: Ralf Baechle Date: Wed, 8 May 2013 01:51:58 +0000 (+0200) Subject: MIPS: IP27: Remove pfn_t. X-Git-Tag: v3.10-rc1~15^2~1^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc0460d0dfb19d4887f509a2573197ca0f417ce9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed