diff options
author | Jack Steiner <steiner@sgi.com> | 2009-12-15 19:48:04 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-16 10:20:14 -0500 |
commit | 518e5cd4aae476042bdee511e0e00c8670c0df42 (patch) | |
tree | ca65637bbc1c1e75b08bcb9082d62e28040b54bd /drivers/misc/sgi-gru/grutables.h | |
parent | 9178052fda2f934535f0b9940b987c3ac4c51bd7 (diff) |
gru: allow users to specify gru chiplet 1
Add table & user request infrastructure that is needed to allow users to
specify the blade and chiplet for allocation of GRU contexts. Use of this
information is in a subsequent patch.
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>
Diffstat (limited to 'drivers/misc/sgi-gru/grutables.h')
-rw-r--r-- | drivers/misc/sgi-gru/grutables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/sgi-gru/grutables.h b/drivers/misc/sgi-gru/grutables.h index f7b553a56ed0..27131fb2253f 100644 --- a/drivers/misc/sgi-gru/grutables.h +++ b/drivers/misc/sgi-gru/grutables.h | |||
@@ -369,6 +369,8 @@ struct gru_thread_state { | |||
369 | long ts_user_options;/* misc user option flags */ | 369 | long ts_user_options;/* misc user option flags */ |
370 | pid_t ts_tgid_owner; /* task that is using the | 370 | pid_t ts_tgid_owner; /* task that is using the |
371 | context - for migration */ | 371 | context - for migration */ |
372 | short ts_user_blade_id;/* user selected blade */ | ||
373 | char ts_user_chiplet_id;/* user selected chiplet */ | ||
372 | unsigned short ts_sizeavail; /* Pagesizes in use */ | 374 | unsigned short ts_sizeavail; /* Pagesizes in use */ |
373 | int ts_tsid; /* thread that owns the | 375 | int ts_tsid; /* thread that owns the |
374 | structure */ | 376 | structure */ |