diff options
| -rw-r--r-- | arch/arm/vfp/vfpmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/vfp/vfpmodule.c b/arch/arm/vfp/vfpmodule.c index 586961929e96..9428006728f2 100644 --- a/arch/arm/vfp/vfpmodule.c +++ b/arch/arm/vfp/vfpmodule.c | |||
| @@ -460,7 +460,7 @@ static int vfp_pm_suspend(void) | |||
| 460 | } | 460 | } |
| 461 | 461 | ||
| 462 | /* clear any information we had about last context state */ | 462 | /* clear any information we had about last context state */ |
| 463 | memset(vfp_current_hw_state, 0, sizeof(vfp_current_hw_state)); | 463 | vfp_current_hw_state[ti->cpu] = NULL; |
| 464 | 464 | ||
| 465 | return 0; | 465 | return 0; |
| 466 | } | 466 | } |
