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:
Jack Steiner
2009-04-02 16:59:05 -07:00
committed by Linus Torvalds
parent fe5bb6b00c
commit 438846043a
7 changed files with 38 additions and 27 deletions

View File

@@ -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();
}