]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Merge branch 'sh/stable-updates'
authorPaul Mundt <lethal@linux-sh.org>
Tue, 2 Feb 2010 02:33:45 +0000 (11:33 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 2 Feb 2010 02:33:45 +0000 (11:33 +0900)
1  2 
arch/sh/boards/mach-se/7724/setup.c
arch/sh/kernel/process_64.c

index 242dc843f5741bd64597b62029d16f109b2e86c7,858ecb25d4699a5e42a4a2f05ed1e9e710170cb6..c7dbbece44b0457a16f66fabb7aaf28cc1a54aa4
@@@ -522,9 -531,9 +522,9 @@@ static int __init sh_eth_is_eeprom_read
        int t = 10000;
  
        while (t--) {
 -              if (!ctrl_inw(EEPROM_STAT))
 +              if (!__raw_readw(EEPROM_STAT))
                        return 1;
-               cpu_relax();
+               udelay(1);
        }
  
        printk(KERN_ERR "ms7724se can not access to eeprom\n");
Simple merge