Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 622 → Rev 623

/kernel/trunk/generic/src/mm/frame.c
41,7 → 41,7
#include <print.h>
#include <align.h>
 
spinlock_t zone_head_lock; /**< this lock protects zone_head list */
SPINLOCK_INITIALIZE(zone_head_lock); /**< this lock protects zone_head list */
link_t zone_head; /**< list of all zones in the system */
 
/** Blacklist containing non-available areas of memory.
242,7 → 242,6
*/
void zone_init(void)
{
spinlock_initialize(&zone_head_lock, "zone_head_lock");
list_initialize(&zone_head);
}