Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8024
b: refs/heads/master
c: a796266
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Sep 9, 2005
1 parent fe0de7e commit 680c5e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: a052b7affc193a7937e6791d262addcb82654d5f
refs/heads/master: a79626604bc044cec30bfc6cc3332007588e1a94
6 changes: 3 additions & 3 deletions trunk/arch/m68knommu/platform/5272/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ int mcf_timerirqpending(int timer)

void config_BSP(char *commandp, int size)
{
#if 0
volatile unsigned long *pivrp;
#if defined (CONFIG_MOD5272)
volatile unsigned char *pivrp;

/* Set base of device vectors to be 64 */
pivrp = (volatile unsigned long *) (MCF_MBAR + MCFSIM_PIVR);
pivrp = (volatile unsigned char *) (MCF_MBAR + MCFSIM_PIVR);
*pivrp = 0x40;
#endif

Expand Down

0 comments on commit 680c5e0

Please sign in to comment.