]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/um/include/common-offsets.h
uml: cover stubs with a VMA
[karo-tx-linux.git] / arch / um / include / common-offsets.h
index 5b67d7ced2a7edcfd39083cd594fc0f1b172dfa5..b54bd35585c2d7c306dd6e6def01c2d958dc9d2b 100644 (file)
@@ -39,6 +39,3 @@ DEFINE(UM_HZ, HZ);
 DEFINE(UM_USEC_PER_SEC, USEC_PER_SEC);
 DEFINE(UM_NSEC_PER_SEC, NSEC_PER_SEC);
 DEFINE(UM_NSEC_PER_USEC, NSEC_PER_USEC);
-
-/* See as-layout.h for an explanation of the "- 1".  Bah. */
-DEFINE(UM_TASK_SIZE, TASK_SIZE - 1);