Home
last modified time | relevance | path

Searched refs:default_owner (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/arm/kernel/
Dfiq.c64 static struct fiq_handler default_owner = { variable
69 static struct fiq_handler *current_fiq = &default_owner;
73 if (current_fiq != &default_owner) in show_fiq_list()