]> Git Repo - linux.git/commit
um: kill pfn_t
authorDan Williams <[email protected]>
Sat, 16 Jan 2016 00:56:08 +0000 (16:56 -0800)
committerLinus Torvalds <[email protected]>
Sat, 16 Jan 2016 01:56:32 +0000 (17:56 -0800)
commit16da306849d0335af7c353ec14121cf422433d33
tree0397613223430e84f140ff144737089da95870d3
parent59bf4fb9d386601cbaa70a9b00159abb846dedaa
um: kill pfn_t

The core has developed a need for a "pfn_t" type [1].  Convert the usage
of pfn_t by usermode-linux to an unsigned long, and update pfn_to_phys()
to drop its expectation of a typed pfn.

[1]: https://lists.01.org/pipermail/linux-nvdimm/2015-September/002199.html

Signed-off-by: Dan Williams <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Jeff Dike <[email protected]>
Cc: Richard Weinberger <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/um/include/asm/page.h
arch/um/include/asm/pgtable-3level.h
arch/um/include/asm/pgtable.h
This page took 0.055421 seconds and 4 git commands to generate.