summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/physaddr.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: split __phys_addr out into separate fileJeremy Fitzhardinge2009-09-101-0/+70
Split __phys_addr out into its own file so we can disable -fstack-protector in a fine-grained fashion. Also it doesn't have terribly much to do with the rest of ioremap.c. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>