From: john stultz Date: Tue, 22 Sep 2009 00:04:04 +0000 (-0700) Subject: m32r: convert to use arch_gettimeoffset() X-Git-Tag: v2.6.32-rc1~460 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95ad759c6b0f30ad9aa5efbdbcecb9597238c00f;p=pandora-kernel.git m32r: convert to use arch_gettimeoffset() Convert m32r to use GENERIC_TIME via the arch_getoffset() infrastructure, reducing the amount of arch specific code we need to maintain. I also noted that m32r doesn't seem to be taking the xtime write lock before calling do_timer()! That looks like a pretty bad bug to me. If folks agree, let me know and I can move the lock grab to the correct spot. Signed-off-by: John Stultz Cc: Hirokazu Takata Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed