projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8e5d010
)
amd64: varsym: increase varsym set size limit
author
Jordan Gordeev <jgordeev@dir.bg>
Wed, 13 May 2009 14:34:40 +0000 (17:34 +0300)
committer
Matthew Dillon <dillon@apollo.backplane.com>
Thu, 14 May 2009 02:05:08 +0000 (19:05 -0700)
The previous limit was hit during a normal boot.
sys/sys/varsym.h
patch
|
blob
|
blame
|
history
diff --git
a/sys/sys/varsym.h
b/sys/sys/varsym.h
index
0257495
..
3fdd1d4
100644
(file)
--- a/
sys/sys/varsym.h
+++ b/
sys/sys/varsym.h
@@
-49,7
+49,7
@@
struct varsymset {
#define MAXVARSYM_NAME 64
#define MAXVARSYM_DATA 256
-#define MAXVARSYM_SET 8192
+#define MAXVARSYM_SET 16384
#ifdef _KERNEL