diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-11-24 20:07:23 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-11-24 20:07:23 +0000 |
| commit | 26cd294128506248835e1395cbb2ad4d71e79804 (patch) | |
| tree | f1faef60f78425ed9d7b810c2af73b7679cc1c1a /sys | |
| parent | 521cef5ba63e91730f1c642baf6a5be6331a9066 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/ia64/ia64/mca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/ia64/mca.c b/sys/ia64/ia64/mca.c index 9a7fed74ef9e7..064e6f5f63147 100644 --- a/sys/ia64/ia64/mca.c +++ b/sys/ia64/ia64/mca.c @@ -186,7 +186,7 @@ ia64_mca_init(void) * under unreliable conditions. */ max_size = 0; - for (i = 0; i <= SAL_INFO_TYPES; i++) { + for (i = 0; i < SAL_INFO_TYPES; i++) { result = ia64_sal_entry(SAL_GET_STATE_INFO_SIZE, i, 0, 0, 0, 0, 0, 0); if (result.sal_status == 0) { |
