Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
localtimer.c File Reference
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/smp.h>
#include <linux/jiffies.h>
#include <linux/percpu.h>
#include <linux/clockchips.h>
#include <linux/hardirq.h>
#include <linux/irq.h>

Go to the source code of this file.

Functions

void local_timer_interrupt (void)
 
void local_timer_setup (unsigned int cpu)
 
void local_timer_stop (unsigned int cpu)
 

Function Documentation

void local_timer_interrupt ( void  )

local_timer_interrupt - Local timer interrupt handler

Handle local timer interrupts for this CPU. They may have been propagated to this CPU from the CPU that actually gets them by way of an IPI.

Definition at line 33 of file localtimer.c.

void local_timer_setup ( unsigned int  cpu)

Definition at line 47 of file localtimer.c.

void local_timer_stop ( unsigned int  cpu)

Definition at line 64 of file localtimer.c.