summaryrefslogtreecommitdiff
path: root/include/asm-sparc64/bugs.h
blob: 360dd04ed8e44dffd7817089e60c17b3c28969c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*  $Id: bugs.h,v 1.1 1996/12/26 13:25:20 davem Exp $
 *  include/asm-sparc64/bugs.h:  Sparc probes for various bugs.
 *
 *  Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
 */

#include <linux/config.h>

extern unsigned long loops_per_jiffy;

static void __init check_bugs(void)
{
#ifndef CONFIG_SMP
	cpu_data(0).udelay_val = loops_per_jiffy;
#endif
}