Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/io.h>
#include <asm/thread_notify.h>
#include "soc.h"
Go to the source code of this file.
Functions | |
void | crunch_task_release (struct thread_info *thread) |
int __init | crunch_init (void) |
Variables | |
struct crunch_state * | crunch_owner |
void crunch_task_release | ( | struct thread_info * | thread | ) |
struct crunch_state* crunch_owner |