From a660538728cce4e630a09c4830098ed6cec6c90d Mon Sep 17 00:00:00 2001 From: Santosh Shilimkar Date: Fri, 2 Sep 2011 21:12:36 +0530 Subject: [PATCH] --- yaml --- r: 270167 b: refs/heads/master c: 48af9feab5e3bdf21af3a929ecc7c0b79d9a4a4e h: refs/heads/master i: 270165: 80667980a44d764876644a640517127cf528d537 270163: 13362b2ce817f7cc4978c55468e8a736d43f2c84 270159: 310d5ab2a6759643051cb40852001f3061ed8b60 v: v3 --- [refs] | 2 +- trunk/arch/arm/vfp/vfpmodule.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 76c37253ee20..de05779dd8ef 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9c12845ee49716209cb2b087c0b47c3e37096bde +refs/heads/master: 48af9feab5e3bdf21af3a929ecc7c0b79d9a4a4e diff --git a/trunk/arch/arm/vfp/vfpmodule.c b/trunk/arch/arm/vfp/vfpmodule.c index fe4b60b1e6c7..0cbd5a0a9332 100644 --- a/trunk/arch/arm/vfp/vfpmodule.c +++ b/trunk/arch/arm/vfp/vfpmodule.c @@ -69,7 +69,7 @@ static bool vfp_state_in_hw(unsigned int cpu, struct thread_info *thread) /* * Force a reload of the VFP context from the thread structure. We do * this by ensuring that access to the VFP hardware is disabled, and - * clear last_VFP_context. Must be called from non-preemptible context. + * clear vfp_current_hw_state. Must be called from non-preemptible context. */ static void vfp_force_reload(unsigned int cpu, struct thread_info *thread) {