exec: introduce MAPBASE as distinguished from PROGBASE
authorAlan Cox <alan@linux.intel.com>
Sat, 24 Jan 2015 21:22:19 +0000 (21:22 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 24 Jan 2015 21:22:19 +0000 (21:22 +0000)
commita7ccb63c1e17cb218428469449429ad1065666a4
tree121470bff4df7df8dca673222886d7d6b25b45ee
parent2105b9e3905c86b6cb692efbafb7e89e8c899623
exec: introduce MAPBASE as distinguished from PROGBASE

PROGBASE is where the code starts
MAPBASE is where the memory mapping begins

This is needed for systems with a low mapped common
Kernel/include/kernel.h
Kernel/syscall_exec.c