Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/initrd.h>
#include <linux/init.h>
#include <linux/console.h>
#include <linux/seq_file.h>
#include <linux/pci.h>
#include <linux/proc_fs.h>
#include <linux/export.h>
#include <asm/processor.h>
#include <asm/pdc.h>
#include <asm/led.h>
#include <asm/machdep.h>
#include <asm/pdc_chassis.h>
#include <asm/io.h>
#include <asm/setup.h>
#include <asm/unwind.h>
Go to the source code of this file.
Macros | |
#define | PCI_DEBUG |
Functions | |
void __init | setup_cmdline (char **cmdline_p) |
int | init_per_cpu (int cpuid) |
void | collect_boot_cpu_data (void) |
void __init | setup_arch (char **cmdline_p) |
int | show_cpuinfo (struct seq_file *m, void *v) |
void | gsc_init (void) |
void | processor_init (void) |
void | ccio_init (void) |
void | hppb_init (void) |
void | dino_init (void) |
void | iosapic_init (void) |
void | lba_init (void) |
void | sba_init (void) |
void | eisa_init (void) |
arch_initcall (parisc_init) | |
void | start_parisc (void) |
Variables | |
struct proc_dir_entry *proc_runway_root | __read_mostly = NULL |
struct seq_operations | cpuinfo_op |
arch_initcall | ( | parisc_init | ) |
ccio_init - ccio initialization procedure.
Register this driver.
Definition at line 1591 of file ccio-dma.c.
collect_boot_cpu_data - Fill the boot_cpu_data structure.
This function collects and stores the generic processor information in the boot_cpu_data structure.
Definition at line 242 of file processor.c.
init_per_cpu - Handle individual processor initializations. : logical processor number.
This function handles initialization for every CPU in the system:
o Set "default" CPU width for trap handlers
o Enable FP coprocessor REVISIT: this could be done in the "code 22" trap handler. (frowands idea - that way we know which processes need FP registers saved on the interrupt stack.) NEWS FLASH: wide kernels need FP coprocessor enabled to handle formatted printing of lx for example (double divides I think)
o Enable CPU profiling hooks.
Definition at line 302 of file processor.c.
processor_init - Processor initialization procedure.
Register this driver.
Definition at line 19 of file proc-init.c.
Definition at line 1999 of file sba_iommu.c.
struct proc_dir_entry* proc_mckinley_root __read_mostly = NULL |
struct seq_operations cpuinfo_op |