sgi-gru: improvements to GRU debug messages & statistics
Improvements to GRU debug messages & statistics. 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
fe5bb6b00c
commit
438846043a
@@ -663,12 +663,12 @@ int gru_kservices_init(struct gru_state *gru)
|
||||
err = cch_allocate(cch, 0, cbr_map, dsr_map);
|
||||
if (err) {
|
||||
gru_dbg(grudev,
|
||||
"Unable to allocate kernel CCH: gru %d, err %d\n",
|
||||
"Unable to allocate kernel CCH: gid %d, err %d\n",
|
||||
gru->gs_gid, err);
|
||||
BUG();
|
||||
}
|
||||
if (cch_start(cch)) {
|
||||
gru_dbg(grudev, "Unable to start kernel CCH: gru %d, err %d\n",
|
||||
gru_dbg(grudev, "Unable to start kernel CCH: gid %d, err %d\n",
|
||||
gru->gs_gid, err);
|
||||
BUG();
|
||||
}
|
||||
|
Reference in New Issue
Block a user