Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
machvec.c File Reference
#include <linux/init.h>
#include <linux/string.h>
#include <asm/machvec.h>
#include <asm/sections.h>
#include <asm/addrspace.h>
#include <asm/setup.h>
#include <asm/io.h>
#include <asm/irq.h>

Go to the source code of this file.

Macros

#define MV_NAME_SIZE   32
 
#define for_each_mv(mv)
 
#define mv_set(elem)
 

Functions

 early_param ("sh_mv", early_parse_mv)
 
void __init sh_mv_setup (void)
 

Macro Definition Documentation

#define for_each_mv (   mv)
Value:
for ((mv) = (struct sh_machine_vector *)&__machvec_start; \
(mv) && (unsigned long)(mv) < (unsigned long)&__machvec_end; \
(mv)++)

Definition at line 24 of file machvec.c.

#define MV_NAME_SIZE   32

Definition at line 22 of file machvec.c.

#define mv_set (   elem)
Value:
do { \
if (!sh_mv.mv_##elem) \
sh_mv.mv_##elem = generic_##elem; \
} while (0)

Function Documentation

early_param ( "sh_mv"  ,
early_parse_mv   
)
void __init sh_mv_setup ( void  )

Definition at line 83 of file machvec.c.