projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
512a2cf
)
exec.c: Remove useless comment
author
陳韋任
<chenwj@iis.sinica.edu.tw>
Fri, 21 Oct 2011 09:57:09 +0000
(17:57 +0800)
committer
Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com>
Wed, 26 Oct 2011 12:38:36 +0000
(13:38 +0100)
As phys_ram_size had been removed since QEMU 0.12. Remove the useless
comment.
Signed-off-by: Chen Wen-Ren <chenwj@iis.sinica.edu.tw>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
exec.c
patch
|
blob
|
history
diff --git
a/exec.c
b/exec.c
index 9dc4edbf61f32bb3c7b9521947c66bcf08798e65..2f3c6a0ce3bb8ab07e4067b2efd51d7489a6ee44 100644
(file)
--- a/
exec.c
+++ b/
exec.c
@@
-469,7
+469,6
@@
static void code_gen_alloc(unsigned long tb_size)
code_gen_buffer_size = tb_size;
if (code_gen_buffer_size == 0) {
#if defined(CONFIG_USER_ONLY)
- /* in user mode, phys_ram_size is not meaningful */
code_gen_buffer_size = DEFAULT_CODE_GEN_BUFFER_SIZE;
#else
/* XXX: needs adjustments */