|
@@ -36,7 +36,6 @@
|
|
unsigned long ioremap_base;
|
|
unsigned long ioremap_base;
|
|
unsigned long ioremap_bot;
|
|
unsigned long ioremap_bot;
|
|
EXPORT_SYMBOL(ioremap_bot); /* aka VMALLOC_END */
|
|
EXPORT_SYMBOL(ioremap_bot); /* aka VMALLOC_END */
|
|
-int io_bat_index;
|
|
|
|
|
|
|
|
#if defined(CONFIG_6xx) || defined(CONFIG_POWER3)
|
|
#if defined(CONFIG_6xx) || defined(CONFIG_POWER3)
|
|
#define HAVE_BATS 1
|
|
#define HAVE_BATS 1
|
|
@@ -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
|
|
/* Scan the real Linux page tables and return a PTE pointer for
|
|
* a virtual address in a context.
|
|
* a virtual address in a context.
|
|
* Returns true (1) if PTE was found, zero otherwise. The pointer to
|
|
* Returns true (1) if PTE was found, zero otherwise. The pointer to
|