diff options
author | H. J. Lu | 2005-09-07 00:16:49 +0200 |
---|---|---|
committer | Linus Torvalds | 2005-09-08 01:57:21 +0200 |
commit | 36d57ac4a818cb4aa3edbdf63ad2ebc31106f925 (patch) | |
tree | 445eda00ee5974a65e21152cd240fb604c6d112d /include/asm-arm26/auxvec.h | |
parent | [PATCH] radix_tag_get(): differentiate between no present node and tag unset ... (diff) | |
download | kernel-qcow2-linux-36d57ac4a818cb4aa3edbdf63ad2ebc31106f925.tar.gz kernel-qcow2-linux-36d57ac4a818cb4aa3edbdf63ad2ebc31106f925.tar.xz kernel-qcow2-linux-36d57ac4a818cb4aa3edbdf63ad2ebc31106f925.zip |
[PATCH] auxiliary vector cleanups
The size of auxiliary vector is fixed at 42 in linux/sched.h. But it isn't
very obvious when looking at linux/elf.h. This patch adds AT_VECTOR_SIZE
so that we can change it if necessary when a new vector is added.
Because of include file ordering problems, doing this necessitated the
extraction of the AT_* symbols into a standalone header file.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-arm26/auxvec.h')
-rw-r--r-- | include/asm-arm26/auxvec.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm26/auxvec.h b/include/asm-arm26/auxvec.h new file mode 100644 index 000000000000..c0536f6b29a7 --- /dev/null +++ b/include/asm-arm26/auxvec.h @@ -0,0 +1,4 @@ +#ifndef __ASMARM_AUXVEC_H +#define __ASMARM_AUXVEC_H + +#endif |