mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
opteron-linux-sys-call-hack-fix-20030728
smp machines need a larger search space?
This commit is contained in:
parent
cd84e65f97
commit
42396526a7
@ -249,7 +249,7 @@ init_module(void)
|
||||
#else
|
||||
#if defined(AFS_AMD64_LINUX20_ENV)
|
||||
ptr = (unsigned long *)&init_mm;
|
||||
datalen = 0x180000 / sizeof(ptr);
|
||||
datalen = 0x360000 / sizeof(ptr);
|
||||
#else
|
||||
ptr = (unsigned long *)&init_mm;
|
||||
datalen = 16384;
|
||||
|
Loading…
Reference in New Issue
Block a user