diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2004-09-29 21:39:36 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2004-09-29 21:39:36 +0000 |
| commit | 009b0286293d943157ebb289cbf8f135a03fc913 (patch) | |
| tree | 560861a911c2cca8c67e23d3ab5e39ccada30f89 /sys | |
| parent | e618ea0cdbbdc88ee1324079f1089740aaea17d9 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sparc64/include/smp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/smp.h b/sys/sparc64/include/smp.h index fba9eeaa9b250..3f3b0b967b130 100644 --- a/sys/sparc64/include/smp.h +++ b/sys/sparc64/include/smp.h @@ -45,7 +45,7 @@ #define IPI_RENDEZVOUS PIL_RENDEZVOUS #define IPI_STOP PIL_STOP -#define IPI_RETRIES 100 +#define IPI_RETRIES 5000 struct cpu_start_args { u_int csa_count; |
