 8b99cfb8cc
			
		
	
	
	8b99cfb8cc
	
	
	
		
			
			Take a page from the powerpc folks and just calculate the delay factor directly. Since frequency scaling chips use a system-tick register, the value is going to be the same system-wide. Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			201 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			201 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| /* bugs.h: Sparc64 probes for various bugs.
 | |
|  *
 | |
|  * Copyright (C) 1996, 2007 David S. Miller (davem@davemloft.net)
 | |
|  */
 | |
| #include <asm/sstate.h>
 | |
| 
 | |
| static void __init check_bugs(void)
 | |
| {
 | |
| 	sstate_running();
 | |
| }
 |