]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commit
linux/x86: fix up time-xen.c
authorKeir Fraser <keir@xensource.com>
Thu, 25 Oct 2007 14:59:40 +0000 (15:59 +0100)
committerKeir Fraser <keir@xensource.com>
Thu, 25 Oct 2007 14:59:40 +0000 (15:59 +0100)
commit2294beed1fee29eb225b842b507eb05941bd009a
treecef41c2ff23a95a3de50cc611531c8bf1b1ab2be
parent28a50b20beac72bef56fedea55ad4c419e1dc139
linux/x86: fix up time-xen.c

Changeset 143 removed the uses of timer_suspend/timer_resume, but not
the implementations. It also introduced an incompatible pointer
assignment.

Also replace an #if checking a CONFIG_ variable by #ifdef.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
arch/i386/kernel/time-xen.c