Does anyone have a similar symptom? --- skuribay@ubuntu:linux.git$ git checkout -f master Already on 'master' skuribay@ubuntu:linux.git$ skuribay@ubuntu:linux.git$ git log HEAD^.. commit 4eebdebd71325d0814b1c8e093fd0d1f191da9aa Author: Kurt Martin <kurt@xxxxxxxx> Date: Wed Jul 8 19:22:35 2009 -0700 MIPS: SMTC: Move cross VPE writes to after a TC is assigned to VPE. Signed-off-by: Chris Dearman <chris@xxxxxxxx> Signed-off-by: Raghu Gandham <raghu@xxxxxxxx> Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> skuribay@ubuntu:linux.git$ skuribay@ubuntu:linux.git$ git status # On branch master nothing to commit (working directory clean) skuribay@ubuntu:linux.git$ skuribay@ubuntu:linux.git$ skuribay@ubuntu:linux.git$ make distclean skuribay@ubuntu:linux.git$ skuribay@ubuntu:linux.git$ skuribay@ubuntu:linux.git$ git status # On branch master # Changed but not updated: # (use "git add/rm <file>..." to update what will be committed) # (use "git checkout -- <file>..." to discard changes in working directory) # # deleted: drivers/char/vr41xx_giu.c # no changes added to commit (use "git add" and/or "git commit -a") skuribay@ubuntu:linux.git$ -- Shinya Kuribayashi NEC Electronics