Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321298
b: refs/heads/master
c: 5df58f3
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven committed Jun 10, 2012
1 parent a460a42 commit 7450b7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 022613e0b0753f1261454dea9b07c2e959363af7
refs/heads/master: 5df58f3aac58bb0f08fa205a006c6b7840cd7ac4
2 changes: 1 addition & 1 deletion trunk/arch/m68k/include/asm/delay.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static inline void __delay(unsigned long loops)
extern void __bad_udelay(void);


#if defined(CONFIG_M68000) || defined(CONFIG_COLDFIRE)
#ifdef CONFIG_CPU_HAS_NO_MULDIV64
/*
* The simpler m68k and ColdFire processors do not have a 32*32->64
* multiply instruction. So we need to handle them a little differently.
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m68k/lib/muldi3.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */

#if defined(CONFIG_M68000) || defined(CONFIG_COLDFIRE)
#ifdef CONFIG_CPU_HAS_NO_MULDIV64

#define SI_TYPE_SIZE 32
#define __BITS4 (SI_TYPE_SIZE / 4)
Expand Down

0 comments on commit 7450b7c

Please sign in to comment.