Remove bogus cpu_physical_memory_rw
commita68fe89caf9e267672aedab578152664f1b8c09b
authorPaul Brook <paul@codesourcery.com>
Mon, 1 Mar 2010 00:08:59 +0000 (1 00:08 +0000)
committerPaul Brook <paul@codesourcery.com>
Mon, 1 Mar 2010 00:08:59 +0000 (1 00:08 +0000)
tree6efb384ce892f533cd52be1b850893207e5735d5
parent6d9a13042d3dab92418fb67e8d63126033fb11a6
Remove bogus cpu_physical_memory_rw

Userspace doesn't have physical memory, so cpu_physical_memory_rw
makes no sense.  This is only used to implement cpu_memory_rw_debug, so
just implement that directly instead.

Signed-off-by: Paul Brook <paul@codesourcery.com>
exec.c