diff options
Diffstat (limited to 'arch/sparc64/mm/tsb.c')
-rw-r--r-- | arch/sparc64/mm/tsb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/mm/tsb.c b/arch/sparc64/mm/tsb.c index 1af797a0a092..b2064e2a44d6 100644 --- a/arch/sparc64/mm/tsb.c +++ b/arch/sparc64/mm/tsb.c | |||
@@ -313,7 +313,7 @@ retry_tsb_alloc: | |||
313 | } | 313 | } |
314 | 314 | ||
315 | /* Mark all tags as invalid. */ | 315 | /* Mark all tags as invalid. */ |
316 | memset(new_tsb, 0x40, new_size); | 316 | tsb_init(new_tsb, new_size); |
317 | 317 | ||
318 | /* Ok, we are about to commit the changes. If we are | 318 | /* Ok, we are about to commit the changes. If we are |
319 | * growing an existing TSB the locking is very tricky, | 319 | * growing an existing TSB the locking is very tricky, |