Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1734 → Rev 1735

/kernel/trunk/generic/src/mm/as.c
1309,7 → 1309,7
}
}
 
panic("Inconsistency detected while adding %d pages of used space at %P.\n", count, page);
panic("Inconsistency detected while adding %d pages of used space at %p.\n", count, page);
}
 
/** Mark portion of address space area as unused.
1463,7 → 1463,7
}
 
error:
panic("Inconsistency detected while removing %d pages of used space from %P.\n", count, page);
panic("Inconsistency detected while removing %d pages of used space from %p.\n", count, page);
}
 
/** Remove reference to address space area share info.