]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] i386: Vmi timer race
authorZachary Amsden <zach@vmware.com>
Tue, 13 Feb 2007 12:26:21 +0000 (13:26 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 13 Feb 2007 12:26:21 +0000 (13:26 +0100)
commit90736e20e3805dd1ffff60e4750495944956cd44
tree700df54aaa675a6afbcf256c771c3ba452f9ea4c
parentac3b6faff961dd52fde71fb199ec3cf68ba35052
[PATCH] i386: Vmi timer race

Because timer code moves around, and we might eventually move our init to a
late_time_init hook, save and restore IRQs around this code because it is
definitely not interrupt safe.

Signed-off-by: Zachary Amsden <zach@vmware.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/vmitime.c