home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-sparc / bugs.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  355 b   |  17 lines

  1. /*  $Id: bugs.h,v 1.1 1996/12/26 13:25:20 davem Exp $
  2.  *  include/asm-sparc/bugs.h:  Sparc probes for various bugs.
  3.  *
  4.  *  Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
  5.  */
  6.  
  7. #include <asm/cpudata.h>
  8.  
  9. extern unsigned long loops_per_jiffy;
  10.  
  11. static void check_bugs(void)
  12. {
  13. #ifndef CONFIG_SMP
  14.     cpu_data(0).udelay_val = loops_per_jiffy;
  15. #endif
  16. }
  17.