Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
early.c File Reference
#include <linux/compiler.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/ctype.h>
#include <linux/ftrace.h>
#include <linux/lockdep.h>
#include <linux/module.h>
#include <linux/pfn.h>
#include <linux/uaccess.h>
#include <linux/kernel.h>
#include <asm/ebcdic.h>
#include <asm/ipl.h>
#include <asm/lowcore.h>
#include <asm/processor.h>
#include <asm/sections.h>
#include <asm/setup.h>
#include <asm/sysinfo.h>
#include <asm/cpcmd.h>
#include <asm/sclp.h>
#include <asm/facility.h>
#include "entry.h"

Go to the source code of this file.

Macros

#define KMSG_COMPONENT   "setup"
 
#define pr_fmt(fmt)   KMSG_COMPONENT ": " fmt
 
#define DEFSYS_CMD_SIZE   128
 
#define SAVESYS_CMD_SIZE   32
 

Functions

void __init startup_init (void)
 

Variables

char kernel_nss_name [NSS_NAME_SIZE+1]
 

Macro Definition Documentation

#define DEFSYS_CMD_SIZE   128

Definition at line 36 of file early.c.

#define KMSG_COMPONENT   "setup"

Definition at line 7 of file early.c.

#define pr_fmt (   fmt)    KMSG_COMPONENT ": " fmt

Definition at line 8 of file early.c.

#define SAVESYS_CMD_SIZE   32

Definition at line 37 of file early.c.

Function Documentation

void __init startup_init ( void  )

Definition at line 462 of file early.c.

Variable Documentation

char kernel_nss_name[NSS_NAME_SIZE+1]

Definition at line 39 of file early.c.