Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
sparc
include
asm
bugs.h
Go to the documentation of this file.
1
/* include/asm/bugs.h: Sparc probes for various bugs.
2
*
3
* Copyright (C) 1996, 2007 David S. Miller (
[email protected]
)
4
*/
5
6
#ifdef CONFIG_SPARC32
7
#include <
asm/cpudata.h
>
8
#endif
9
10
extern
unsigned
long
loops_per_jiffy
;
11
12
static
void
__init
check_bugs
(
void
)
13
{
14
#if defined(CONFIG_SPARC32) && !defined(CONFIG_SMP)
15
cpu_data
(0).udelay_val =
loops_per_jiffy
;
16
#endif
17
}
Generated on Thu Jan 10 2013 12:49:13 for Linux Kernel by
1.8.2