From 8ba27be920e6bd47442e33946783a38c0fa37356 Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Thu, 17 May 2012 15:44:56 +0200 Subject: C++: move spinlock bounds to corresponding implementations Part of refactoring sharedres.cpp. --- native/src/sharedres.cpp | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'native/src/sharedres.cpp') diff --git a/native/src/sharedres.cpp b/native/src/sharedres.cpp index 5c8acee..1fbb452 100644 --- a/native/src/sharedres.cpp +++ b/native/src/sharedres.cpp @@ -471,27 +471,3 @@ void merge_rw_requests(const TaskInfo &tsk, RWCounts &counts) } } } - - - - -BlockingBounds* task_fair_mutex_bounds(const ResourceSharingInfo& info, - unsigned int procs_per_cluster, - int dedicated_irq) -{ - // These are structurally equivalent. Therefore, no need to reimplement - // everything from scratch. - return clustered_omlp_bounds(info, procs_per_cluster, dedicated_irq); -} - - -BlockingBounds* phase_fair_rw_bounds(const ResourceSharingInfo& info, - unsigned int procs_per_cluster, - int dedicated_irq) -{ - // These are structurally equivalent. Therefore, no need to reimplement - // everything from scratch. - return clustered_rw_omlp_bounds(info, procs_per_cluster, dedicated_irq); -} - - -- cgit v1.2.2