Deadline budget overprovisioning is not implemented any more.
Signed-off-by: Dietmar Eggemann dietmar.eggemann@arm.com --- src/rt-app.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/src/rt-app.h b/src/rt-app.h index d55271f7f3a1..5244a683c5a4 100644 --- a/src/rt-app.h +++ b/src/rt-app.h @@ -34,8 +34,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "rt-app_types.h" #include "rt-app_args.h"
-#define BUDGET_OVERP 5 - void *thread_body(void *arg);
#endif /* _RT_APP_H_ */