From: Jeff Dike Date: Fri, 30 Jun 2006 08:55:56 +0000 (-0700) Subject: [PATCH] uml: add locking to xtime accesses X-Git-Tag: v2.6.18-rc1~288 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=572e614750c3ed27da1ec6b75dc486066a11fffd;p=pandora-kernel.git [PATCH] uml: add locking to xtime accesses do_timer must be called with xtime_lock held. I'm not sure boot_timer_handler needs this, however I don't think it hurts: it simply disables irq and takes a spinlock. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed