From: Alexander van Heukelum Date: Tue, 9 Sep 2008 19:55:55 +0000 (+0200) Subject: i386: remove kprobes' restore_interrupts in favour of conditional_sti X-Git-Tag: v2.6.28-rc1~611^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=762db4347060c5d23e9675846e02f7d95d7f944f;p=pandora-kernel.git i386: remove kprobes' restore_interrupts in favour of conditional_sti x86_64 uses a helper function conditional_sti in traps_64.c which is equal to restore_interrupts in kprobes.h. The only user of restore_interrupts is in traps_32.c. Introduce conditional_sti for i386 and remove restore_interrupts. Signed-off-by: Alexander van Heukelum Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed