Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65975
b: refs/heads/master
c: 36a1548
h: refs/heads/master
i:
  65973: b4f6864
  65971: 6e08ab6
  65967: 590be58
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jul 25, 2007
1 parent 8fff17f commit ad560a9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 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: d5148ffa600e6a655b458bedc593020e0574f967
refs/heads/master: 36a1548f99e54520f049a703e1b91bae95e72481
6 changes: 4 additions & 2 deletions trunk/include/asm-blackfin/blackfin.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
#define HI(con32) (((con32) >> 16) & 0xFFFF)
#define hi(con32) (((con32) >> 16) & 0xFFFF)

#include <asm/mach/blackfin.h>
#include <asm/bfin-global.h>
#include <asm/mach/anomaly.h>

#ifndef __ASSEMBLY__

Expand Down Expand Up @@ -105,4 +104,7 @@ static inline void CSYNC(void)

#endif /* __ASSEMBLY__ */

#include <asm/mach/blackfin.h>
#include <asm/bfin-global.h>

#endif /* _BLACKFIN_H_ */
8 changes: 3 additions & 5 deletions trunk/include/asm-blackfin/mach-bf533/cdefBF532.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@

#ifndef _CDEF_BF532_H
#define _CDEF_BF532_H
/*
#if !defined(__ADSPLPBLACKFIN__)
#warning cdefBF532.h should only be included for 532 compatible chips.
#endif
*/

#include <asm/blackfin.h>

/*include all Core registers and bit definitions*/
#include "defBF532.h"

Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-blackfin/mach-bf537/cdefBF534.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#ifndef _CDEF_BF534_H
#define _CDEF_BF534_H

#include <asm/blackfin.h>

/* Include all Core registers and bit definitions */
#include "defBF534.h"

Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-blackfin/mach-bf548/cdefBF54x_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#ifndef _CDEF_BF54X_H
#define _CDEF_BF54X_H

#include <asm/blackfin.h>

#include "defBF54x_base.h"
#include <asm/system.h>

Expand Down
7 changes: 2 additions & 5 deletions trunk/include/asm-blackfin/mach-bf561/cdefBF561.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@
#ifndef _CDEF_BF561_H
#define _CDEF_BF561_H

/*
#if !defined(__ADSPBF561__)
#warning cdefBF561.h should only be included for BF561 chip.
#endif
*/
#include <asm/blackfin.h>

/* include all Core registers and bit definitions */
#include "defBF561.h"

Expand Down

0 comments on commit ad560a9

Please sign in to comment.