]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/include/common-offsets.h
Merge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-next
[linux-2.6-omap-h63xx.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);