gru: add debug option for cache flushing
Add a debug option to the SGI GRU driver for flushing GRU cache lines from memory. In theory this is not needed but it is useful for debugging. This has no use by end users. 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
7f2251b1bc
commit
b8229bedd1
@@ -125,6 +125,8 @@ struct gru_dump_chiplet_state_req {
|
||||
int ctxnum;
|
||||
char data_opt;
|
||||
char lock_cch;
|
||||
char flush_cbrs;
|
||||
char fill[10];
|
||||
pid_t pid;
|
||||
void *buf;
|
||||
size_t buflen;
|
||||
|
Reference in New Issue
Block a user