commit | 41c1b1c9ebb45b97795fa9e58eaa6fedc4eafe0e | [log] [tgz] |
---|---|---|
author | Paul Brook <[email protected]> | Fri Mar 12 16:54:58 2010 +0000 |
committer | Paul Brook <[email protected]> | Fri Mar 12 17:23:50 2010 +0000 |
tree | 1386b3cb0d216dcb9a56f91fc38046ebc696cbd3 | |
parent | 376a790970de7e84170ee9360b6ff53ecfa4a1be [diff] |
Add tb_page_addr_t The page tracking code in exec.c is used by both userspace and system emulation. Userspace emulation uses it to track virtual pages, and system emulation to track ram pages. Introduce a new type to hold this kind of address. Signed-off-by: Paul Brook <[email protected]>