From 77c04716c96ea59e49a4baa88a21b0886f0313a8 Mon Sep 17 00:00:00 2001 From: Roel Kluin Date: Sun, 22 Feb 2009 02:33:28 +0100 Subject: [PATCH] --- yaml --- r: 131780 b: refs/heads/master c: aa2f63c95439a11dfac35c60d9160dcd0189aed3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/ia64/kernel/unwind.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3c3f947de21b..2560beabbf48 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6b1ff036d4cde7834ef2f9dbea5747adaaac24e0 +refs/heads/master: aa2f63c95439a11dfac35c60d9160dcd0189aed3 diff --git a/trunk/arch/ia64/kernel/unwind.c b/trunk/arch/ia64/kernel/unwind.c index 67810b77d998..b6c0e63a0bf6 100644 --- a/trunk/arch/ia64/kernel/unwind.c +++ b/trunk/arch/ia64/kernel/unwind.c @@ -2149,7 +2149,7 @@ unw_remove_unwind_table (void *handle) /* next, remove hash table entries for this table */ - for (index = 0; index <= UNW_HASH_SIZE; ++index) { + for (index = 0; index < UNW_HASH_SIZE; ++index) { tmp = unw.cache + unw.hash[index]; if (unw.hash[index] >= UNW_CACHE_SIZE || tmp->ip < table->start || tmp->ip >= table->end)