Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/threads.h>
#include <linux/string.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <asm/page.h>
#include <asm/oplib.h>
#include <asm/prom.h>
#include <asm/smp.h>
#include <asm/cpudata.h>
#include <asm/cpu_type.h>
Go to the source code of this file.
Functions | |
void | clock_stop_probe (void) |
int | cpu_find_by_instance (int instance, phandle *prom_node, int *mid) |
int | cpu_find_by_mid (int mid, phandle *prom_node) |
int | cpu_get_hwmid (phandle prom_node) |
void __init | device_scan (void) |