diff options
author | Dave Kleikamp <shaggy@austin.ibm.com> | 2005-05-05 09:32:56 -0500 |
---|---|---|
committer | Dave Kleikamp <shaggy@austin.ibm.com> | 2005-05-05 09:32:56 -0500 |
commit | f77165df5ba75461b491a9f20f778307f1b4a0ac (patch) | |
tree | 5aee2540a7668ce0c0f998eb41dd2776dc83aaa4 /arch/ia64/lib/flush.S | |
parent | ddf3e298b33f3e15a2e6272e0146dfa940c89a74 (diff) | |
parent | b2d84f078a8be40f5ae3b4d2ac001e2a7f45fe4f (diff) | |
download | talos-op-linux-f77165df5ba75461b491a9f20f778307f1b4a0ac.tar.gz talos-op-linux-f77165df5ba75461b491a9f20f778307f1b4a0ac.zip |
Merge with /home/shaggy/git/linus-clean/
Diffstat (limited to 'arch/ia64/lib/flush.S')
-rw-r--r-- | arch/ia64/lib/flush.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/ia64/lib/flush.S b/arch/ia64/lib/flush.S index 29c802b19669..a1af9146cfdb 100644 --- a/arch/ia64/lib/flush.S +++ b/arch/ia64/lib/flush.S @@ -1,8 +1,8 @@ /* * Cache flushing routines. * - * Copyright (C) 1999-2001 Hewlett-Packard Co - * Copyright (C) 1999-2001 David Mosberger-Tang <davidm@hpl.hp.com> + * Copyright (C) 1999-2001, 2005 Hewlett-Packard Co + * David Mosberger-Tang <davidm@hpl.hp.com> */ #include <asm/asmmacro.h> #include <asm/page.h> @@ -26,7 +26,7 @@ GLOBAL_ENTRY(flush_icache_range) mov ar.lc=r8 ;; -.Loop: fc in0 // issuable on M0 only +.Loop: fc.i in0 // issuable on M2 only add in0=32,in0 br.cloop.sptk.few .Loop ;; |