git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6161aa
)
MIPS: IP27: Remove pfn_t.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 8 May 2013 01:51:58 +0000
(
03:51
+0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 8 May 2013 01:51:58 +0000
(
03:51
+0200)
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>
No differences found