Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60537
b: refs/heads/master
c: c0770f6
h: refs/heads/master
i:
  60535: 67176cb
v: v3
  • Loading branch information
David Gibson authored and Paul Mackerras committed Jun 14, 2007
1 parent 3b5b645 commit 1f7aa64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: f21f49ea639ac3f24824177dac1268af75a2d373
refs/heads/master: c0770f686cf8f464b5b9d4bd28c1ed7604c97ed4
4 changes: 0 additions & 4 deletions trunk/arch/powerpc/mm/pgtable_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
unsigned long ioremap_base;
unsigned long ioremap_bot;
EXPORT_SYMBOL(ioremap_bot); /* aka VMALLOC_END */
int io_bat_index;

#if defined(CONFIG_6xx) || defined(CONFIG_POWER3)
#define HAVE_BATS 1
Expand Down Expand Up @@ -299,9 +298,6 @@ void __init mapin_ram(void)
}
}

/* is x a power of 4? */
#define is_power_of_4(x) is_power_of_2(x) && (ffs(x) & 1)

/* Scan the real Linux page tables and return a PTE pointer for
* a virtual address in a context.
* Returns true (1) if PTE was found, zero otherwise. The pointer to
Expand Down

0 comments on commit 1f7aa64

Please sign in to comment.