diff mbox

petalogix_s3adsp1800: deleted bad FIXME comment

Message ID 1334030752-26476-1-git-send-email-peter.crosthwaite@petalogix.com
State New
Headers show

Commit Message

Peter A. G. Crosthwaite April 10, 2012, 4:05 a.m. UTC
This FIXME has already been actioned. Deleted comment.

Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
---
 hw/petalogix_s3adsp1800_mmu.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Edgar E. Iglesias April 10, 2012, 10:12 p.m. UTC | #1
On Tue, Apr 10, 2012 at 02:05:52PM +1000, Peter A. G. Crosthwaite wrote:
> This FIXME has already been actioned. Deleted comment.

Applied, thanks Peter


> 
> Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
> ---
>  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 ff154c7..8b37336 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.  */
>  }
>  
> -- 
> 1.7.3.2
>
diff mbox

Patch

diff --git a/hw/petalogix_s3adsp1800_mmu.c b/hw/petalogix_s3adsp1800_mmu.c
index ff154c7..8b37336 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.  */
 }