From cc486c9032a6953e4c66c1a3437b7c7b124fd442 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 4 May 2008 17:12:37 +0000 Subject: The presence of the run list corelocks are dependent on core number and not building with priority scheduling. Fix building for multiprocessor without HAVE_PRIORITY_SCHEDULING defined. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17362 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/thread.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'firmware') diff --git a/firmware/export/thread.h b/firmware/export/thread.h index eea58975a1..982b43731a 100644 --- a/firmware/export/thread.h +++ b/firmware/export/thread.h @@ -324,9 +324,7 @@ struct core_entry #if NUM_CORES > 1 struct thread_blk_ops blk_ops; /* operations to perform when blocking a thread */ -#ifdef HAVE_PRIORITY_SCHEDULING struct corelock rtr_cl; /* Lock for rtr list */ -#endif #endif /* NUM_CORES */ }; -- cgit v1.2.3