Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 958 → Rev 665

/kernel/trunk/arch/sparc64/src/drivers/tick.c
32,7 → 32,6
#include <arch/register.h>
#include <debug.h>
#include <time/clock.h>
#include <typedefs.h>
 
/** Initialize tick interrupt. */
void tick_init(void)
49,9 → 48,9
/** Process tick interrupt.
*
* @param n Interrupt Level, 14, (can be ignored)
* @param istate Interrupted state.
* @param stack Stack pointer of the interrupted context.
*/
void tick_interrupt(int n, istate_t *istate)
void tick_interrupt(int n, void *stack)
{
softint_reg_t softint, clear;