]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: IP27: Remove pfn_t.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 8 May 2013 01:51:58 +0000 (03:51 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 8 May 2013 01:51:58 +0000 (03:51 +0200)
commitc5b573bc6a8b2e74097de6e1b3b27bcc377e5e4f
tree8010389ce90dd6052f5950019128690d012051cf
parent1d627f8ebb8f17386e39f8027c369ddadbf55bc3
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>
arch/mips/include/asm/sn/sn_private.h
arch/mips/include/asm/sn/types.h
arch/mips/sgi-ip27/ip27-klnuma.c
arch/mips/sgi-ip27/ip27-memory.c