X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Farm%2Finclude%2Fasm%2Fpgtable.h;fp=arch%2Farm%2Finclude%2Fasm%2Fpgtable.h;h=1ce99a73e18c26cbd94bce000b3cb03e5ecf947f;hp=b1e71b48edc1720a4cf89ee1b0fa1690d90dfac9;hb=05d5f6e1127de5b7b244d200b9245985276f602e;hpb=12eb2c057dbca65f088b03b2729bcc2aa000553b diff --git a/arch/arm/include/asm/pgtable.h b/arch/arm/include/asm/pgtable.h index b1e71b48edc1..1ce99a73e18c 100644 --- a/arch/arm/include/asm/pgtable.h +++ b/arch/arm/include/asm/pgtable.h @@ -63,6 +63,12 @@ extern void __pgd_error(const char *file, int line, pgd_t); */ #define FIRST_USER_ADDRESS PAGE_SIZE +/* OMAP hack - high vector CPUs, so don't limit it */ +#ifdef CONFIG_ARCH_OMAP +#undef FIRST_USER_ADDRESS +#define FIRST_USER_ADDRESS 0 +#endif + /* * The pgprot_* and protection_map entries will be fixed up in runtime * to include the cachable and bufferable bits based on memory policy,