Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
topology.h File Reference
#include <asm/acpi.h>
#include <asm/numa.h>
#include <asm/smp.h>
#include <asm-generic/topology.h>

Go to the source code of this file.

Macros

#define cpumask_of_pcibus(bus)
 

Functions

void arch_fix_phys_package_id (int num, u32 slot)
 

Macro Definition Documentation

#define cpumask_of_pcibus (   bus)
Value:
(pcibus_to_node(bus) == -1 ? \
cpu_all_mask : \
cpumask_of_node(pcibus_to_node(bus)))

Definition at line 85 of file topology.h.

Function Documentation

void arch_fix_phys_package_id ( int  num,
u32  slot 
)

Definition at line 32 of file topology.c.