forked from Minki/linux
lcs: avoid/reduce unused s390dbf debug areas.
Since lcs makes use of 1 debug area only, the number of debug areas is reduced, while the number of pages per area is increased. Signed-off-by: Peter Tiedemann <ptiedem@de.ibm.com> Signed-off-by: Ursula Braun <braunu@de.ibm.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
21b26f2fee
commit
164b0fb1f2
@ -94,7 +94,7 @@ static int
|
||||
lcs_register_debug_facility(void)
|
||||
{
|
||||
lcs_dbf_setup = debug_register("lcs_setup", 2, 1, 8);
|
||||
lcs_dbf_trace = debug_register("lcs_trace", 2, 2, 8);
|
||||
lcs_dbf_trace = debug_register("lcs_trace", 4, 1, 8);
|
||||
if (lcs_dbf_setup == NULL || lcs_dbf_trace == NULL) {
|
||||
PRINT_ERR("Not enough memory for debug facility.\n");
|
||||
lcs_unregister_debug_facility();
|
||||
|
Loading…
Reference in New Issue
Block a user