memory: split cpu_physical_memory_* functions to its own include
commit220c3ebddbd1ac289ae7fc64733c9501b3921d94
authorJuan Quintela <quintela@redhat.com>
Mon, 14 Oct 2013 15:13:59 +0000 (14 17:13 +0200)
committerJuan Quintela <quintela@redhat.com>
Mon, 13 Jan 2014 13:04:54 +0000 (13 14:04 +0100)
treeba08ff41709ab052b5fb828c26384c4f1c034270
parent981fdf2353d5e708adbe5227260d5e46eececc05
memory: split cpu_physical_memory_* functions to its own include

All the functions that use ram_addr_t should be here.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
cputlb.c
exec.c
include/exec/memory-internal.h
include/exec/ram_addr.h [copied from include/exec/memory-internal.h with 87% similarity]
memory.c