gru: preload tlb for bcopy instructions
Add anticipatory TLB dropins for GRU TLB misses that occur on BCOPY instructions that copy large amounts of data. Signed-off-by: Jack Steiner <steiner@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
57ebb0342c
commit
c550222f64
@ -86,6 +86,7 @@ struct gru_create_context_req {
|
||||
unsigned int control_blocks;
|
||||
unsigned int maximum_thread_count;
|
||||
unsigned int options;
|
||||
unsigned char tlb_preload_count;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user