~ubuntu-branches/ubuntu/natty/linux-ti-omap4/natty-201011051436

« back to all changes in this revision

Viewing changes to arch/arm/mach-pnx4008/include/mach/vmalloc.h

  • Committer: Bazaar Package Importer
  • Author(s): Tim Gardner, Bryan Wu, Ricardo Salveti de Araujo, Upstream Kernel Changes
  • Date: 2010-09-30 17:04:40 UTC
  • Revision ID: james.westby@ubuntu.com-20100930170440-qxwspr19gv6kubxh
Tags: 2.6.35-903.13
[ Bryan Wu ]

* SAUCE: Fix a buidling error when turn off CONFIG_SMP
  - LP: #647890
* [Config] Enable CONFIG_VMSPLIT_2G=y for OMAP4
  - LP: #633227

[ Ricardo Salveti de Araujo ]

* [Config] OMAP: Enable needed Errata for OMAP4 to work with DMA based
  device drivers

[ Upstream Kernel Changes ]

* ARM: do not define VMALLOC_END relative to PAGE_OFFSET

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * The vmalloc() routines leaves a hole of 4kB between each vmalloced
18
18
 * area for the same reason. ;)
19
19
 */
20
 
#define VMALLOC_END       (PAGE_OFFSET + 0x10000000)
 
20
#define VMALLOC_END       0xd0000000