#include <linux/sched.h>
#include <linux/device.h>
#include <linux/cpu.h>
#include <linux/smp.h>
#include <linux/percpu.h>
#include <linux/init.h>
#include <asm/cpudata.h>
#include <asm/hypervisor.h>
#include <asm/spitfire.h>
Go to the source code of this file.
#define SHOW_CPUDATA_UINT_NAME |
( |
|
NAME, |
|
|
|
MEMBER |
|
) |
| |
#define SHOW_CPUDATA_ULONG_NAME |
( |
|
NAME, |
|
|
|
MEMBER |
|
) |
| |
#define SHOW_MMUSTAT_ULONG |
( |
|
NAME | ) |
|
SHOW_CPUDATA_UINT_NAME |
( |
l1_dcache_size |
, |
|
|
dcache_size |
|
|
) |
| |
SHOW_CPUDATA_UINT_NAME |
( |
l1_dcache_line_size |
, |
|
|
dcache_line_size |
|
|
) |
| |
SHOW_CPUDATA_UINT_NAME |
( |
l1_icache_size |
, |
|
|
icache_size |
|
|
) |
| |
SHOW_CPUDATA_UINT_NAME |
( |
l1_icache_line_size |
, |
|
|
icache_line_size |
|
|
) |
| |
SHOW_CPUDATA_UINT_NAME |
( |
l2_cache_size |
, |
|
|
ecache_size |
|
|
) |
| |
SHOW_CPUDATA_UINT_NAME |
( |
l2_cache_line_size |
, |
|
|
ecache_line_size |
|
|
) |
| |
SHOW_CPUDATA_ULONG_NAME |
( |
clock_tick |
, |
|
|
clock_tick |
|
|
) |
| |
subsys_initcall |
( |
topology_init |
| ) |
|