Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22956
b: refs/heads/master
c: 4152024
h: refs/heads/master
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Mar 22, 2006
1 parent 82d91e9 commit 7ff6abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: caf80e579b5fc0048681a47c5a55487116e56a88
refs/heads/master: 415202447d31d0f458cca256ad7e0ed777d993d9
7 changes: 1 addition & 6 deletions trunk/arch/powerpc/platforms/pseries/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,19 +320,14 @@ static int pseries_set_xdabr(unsigned long dabr)
*/
static void __init pSeries_init_early(void)
{
int iommu_off = 0;

DBG(" -> pSeries_init_early()\n");

fw_feature_init();

if (platform_is_lpar())
hpte_init_lpar();
else {
else
hpte_init_native();
iommu_off = (of_chosen &&
get_property(of_chosen, "linux,iommu-off", NULL));
}

if (platform_is_lpar())
find_udbg_vterm();
Expand Down

0 comments on commit 7ff6abf

Please sign in to comment.