summaryrefslogtreecommitdiff
path: root/hw/petalogix_s3adsp1800_mmu.c
diff options
context:
space:
mode:
authorPeter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>2012-04-10 14:05:52 +1000
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2012-04-10 12:35:43 +0200
commit2c097f6003f2a11416706ae3252c2860ed2257a9 (patch)
tree51096289a4d49f89893bdd03dc092079a6acc5e2 /hw/petalogix_s3adsp1800_mmu.c
parent7914cb3c738a03a5d5f7cb32c3768bc62eb1e944 (diff)
downloadqemu-2c097f6003f2a11416706ae3252c2860ed2257a9.tar.gz
petalogix_s3adsp1800: deleted bad FIXME comment
This FIXME has already been actioned. Deleted comment. Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'hw/petalogix_s3adsp1800_mmu.c')
-rw-r--r--hw/petalogix_s3adsp1800_mmu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/petalogix_s3adsp1800_mmu.c b/hw/petalogix_s3adsp1800_mmu.c
index ff154c7aa9..8b37336001 100644
--- a/hw/petalogix_s3adsp1800_mmu.c
+++ b/hw/petalogix_s3adsp1800_mmu.c
@@ -51,7 +51,6 @@
static void machine_cpu_reset(CPUMBState *env)
{
- /* FIXME: move to machine specfic cpu reset */
env->pvr.regs[10] = 0x0c000000; /* spartan 3a dsp family. */
}