summaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/delay.h
diff options
context:
space:
mode:
authorAubrey.Li <aubrey.adi@gmail.com>2007-03-09 13:38:44 +0800
committerAubrey.Li <aubrey.adi@gmail.com>2007-03-09 13:38:44 +0800
commit3f0606ad0b5639f7f22848fe5b4574e754d0470f (patch)
tree3cb4fd316134b6a176607ad61739720aeb971a5a /include/asm-blackfin/delay.h
parenteb92f613556800f7483666db09d9a237ad911d4a (diff)
downloadtalos-obmc-uboot-3f0606ad0b5639f7f22848fe5b4574e754d0470f.tar.gz
talos-obmc-uboot-3f0606ad0b5639f7f22848fe5b4574e754d0470f.zip
[Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
Diffstat (limited to 'include/asm-blackfin/delay.h')
-rw-r--r--include/asm-blackfin/delay.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-blackfin/delay.h b/include/asm-blackfin/delay.h
index dbb73887ef..0c01e9fb7d 100644
--- a/include/asm-blackfin/delay.h
+++ b/include/asm-blackfin/delay.h
@@ -35,9 +35,9 @@
extern __inline__ void __delay(unsigned long loops)
{
__asm__ __volatile__("1:\t%0 += -1;\n\t"
- "cc = %0 == 0;\n\t"
- "if ! cc jump 1b;\n":"=d"(loops)
- :"0"(loops));
+ "cc = %0 == 0;\n\t"
+ "if ! cc jump 1b;\n":"=d"(loops)
+ :"0"(loops));
}
/*
OpenPOWER on IntegriCloud