From 5b08f1a5b99136ef052b6f430b62bc618cd44946 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 30 Aug 2014 11:28:50 -0400 Subject: Remove I/O priority. It is harmful when used with the new file code. HAVE_IO_PRIORITY was defined for native targets with dircache. It is already effectively disabled for the most part since dircache no longer lowers its thread's I/O priority. It existed primarily for the aforementioned configuration. Change-Id: Ia04935305397ba14df34647c8ea29c2acaea92aa --- firmware/kernel/thread-internal.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'firmware/kernel/thread-internal.h') diff --git a/firmware/kernel/thread-internal.h b/firmware/kernel/thread-internal.h index 10606a54a6..868e57c65c 100644 --- a/firmware/kernel/thread-internal.h +++ b/firmware/kernel/thread-internal.h @@ -134,9 +134,6 @@ struct thread_entry #ifdef HAVE_SCHEDULER_BOOSTCTRL unsigned char cpu_boost; /* CPU frequency boost flag */ #endif -#ifdef HAVE_IO_PRIORITY - unsigned char io_priority; -#endif }; /* Thread ID, 32 bits = |VVVVVVVV|VVVVVVVV|VVVVVVVV|SSSSSSSS| */ -- cgit v1.2.3