Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3862 → Rev 3665

/branches/sparc/kernel/generic/src/synch/futex.c
53,7 → 53,6
#include <panic.h>
#include <errno.h>
#include <print.h>
#include <arch/asm.h>
 
#define FUTEX_HT_SIZE 1024 /* keep it a power of 2 */
 
/branches/sparc/kernel/generic/src/synch/spinlock.c
43,7 → 43,6
#include <print.h>
#include <debug.h>
#include <symtab.h>
#include <arch/asm.h>
 
#ifdef CONFIG_FB
#include <genarch/fb/fb.h>