projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pkt_sched: Add and use qdisc_root() and qdisc_root_lock().
[linux-2.6]
/
include
/
linux
/
auxvec.h
diff --git
a/include/linux/auxvec.h
b/include/linux/auxvec.h
index
9a7b374
..
ad89545
100644
(file)
--- a/
include/linux/auxvec.h
+++ b/
include/linux/auxvec.h
@@
-26,6
+26,8
@@
#define AT_SECURE 23 /* secure mode boolean */
-#define AT_VECTOR_SIZE 42 /* Size of auxiliary table. */
+#ifdef __KERNEL__
+#define AT_VECTOR_SIZE_BASE (14 + 2) /* NEW_AUX_ENT entries in auxiliary table */
+#endif
#endif /* _LINUX_AUXVEC_H */