[xtensa-cvscommit] linux/arch/xtensa/platform-iss time.c,1.1.1.1,1.2
Brought to you by:
zankel
|
From: <joe...@us...> - 2003-07-25 00:13:53
|
Update of /cvsroot/xtensa/linux/arch/xtensa/platform-iss
In directory sc8-pr-cvs1:/tmp/cvs-serv2139/arch/xtensa/platform-iss
Modified Files:
time.c
Log Message:
Resolve compiler warnings.
Remove dead code.
Provide assembler version of task size macro.
Change the default personality.
Index: time.c
===================================================================
RCS file: /cvsroot/xtensa/linux/arch/xtensa/platform-iss/time.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** time.c 28 Aug 2002 16:10:14 -0000 1.1.1.1
--- time.c 25 Jul 2003 00:13:50 -0000 1.2
***************
*** 20,24 ****
{
/* We cannot init the time on the iss, so NULL. */
! xthal_set_ccompare(LINUX_TIMER_INT, xthal_get_ccount() + LINUX_TIMER_INTERVAL);
setup_irq(LINUX_TIMER_INT, &irq0);
}
--- 20,24 ----
{
/* We cannot init the time on the iss, so NULL. */
! xthal_set_ccompare(LINUX_TIMER, xthal_get_ccount() + LINUX_TIMER_INTERVAL);
setup_irq(LINUX_TIMER_INT, &irq0);
}
|