Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86645
b: refs/heads/master
c: f3c1ed9
h: refs/heads/master
i:
  86643: 30e01ff
v: v3
  • Loading branch information
Jens Osterkamp authored and Arnd Bergmann committed Mar 3, 2008
1 parent 17c6822 commit 7b2fb02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9176c0b1f5a9099cebc07458042ae6a7c75af7b2
refs/heads/master: f3c1ed9720ec62626bbf3e0c3648568c131978e2
7 changes: 7 additions & 0 deletions trunk/arch/powerpc/platforms/cell/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ static void __init cell_init_irq(void)
mpic_init_IRQ();
}

static void __init cell_set_dabrx(void)
{
mtspr(SPRN_DABRX, DABRX_KERNEL | DABRX_USER);
}

static void __init cell_setup_arch(void)
{
#ifdef CONFIG_SPU_BASE
Expand All @@ -158,6 +163,8 @@ static void __init cell_setup_arch(void)

cbe_regs_init();

cell_set_dabrx();

#ifdef CONFIG_CBE_RAS
cbe_ras_init();
#endif
Expand Down

0 comments on commit 7b2fb02

Please sign in to comment.