x86: split __phys_addr out into separate file
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Thu, 10 Sep 2009 17:09:38 +0000 (10:09 -0700)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Thu, 10 Sep 2009 18:48:55 +0000 (11:48 -0700)
commit78c86e5e5691fc84d5fbea0cd4ac7147e87b7490
treeaa10df4a64505332ec093d909fa0999764ac4d66
parent2496afbf1e50c70f80992656bcb730c8583ddac3
x86: split __phys_addr out into separate file

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>
arch/x86/mm/Makefile
arch/x86/mm/ioremap.c
arch/x86/mm/physaddr.c [new file with mode: 0644]
arch/x86/mm/physaddr.h [new file with mode: 0644]