diff options
author | Peter A. G. Crosthwaite | 2012-04-10 06:05:52 +0200 |
---|---|---|
committer | Edgar E. Iglesias | 2012-04-10 12:35:43 +0200 |
commit | 2c097f6003f2a11416706ae3252c2860ed2257a9 (patch) | |
tree | 51096289a4d49f89893bdd03dc092079a6acc5e2 | |
parent | Merge branch 'memory/core' of git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm (diff) | |
download | qemu-2c097f6003f2a11416706ae3252c2860ed2257a9.tar.gz qemu-2c097f6003f2a11416706ae3252c2860ed2257a9.tar.xz qemu-2c097f6003f2a11416706ae3252c2860ed2257a9.zip |
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>
-rw-r--r-- | hw/petalogix_s3adsp1800_mmu.c | 1 |
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. */ } |