Skip to content

Commit

Permalink
platform: remove PLATFORM_IDLE_TIME definition
Browse files Browse the repository at this point in the history
Removes PLATFORM_IDLE_TIME definition, because it's
no longer used.

Signed-off-by: Tomasz Lauda <[email protected]>
  • Loading branch information
tlauda committed Oct 24, 2019
1 parent f5754c4 commit f3253eb
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 24 deletions.
3 changes: 0 additions & 3 deletions src/platform/apollolake/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ struct timer;
*/
#define DMA_TRACE_RESCHEDULE_TIME 500

/* DSP should be idle in this time frame */
#define PLATFORM_IDLE_TIME 750000

/* platform has DMA memory type */
#define PLATFORM_MEM_HAS_DMA

Expand Down
3 changes: 0 additions & 3 deletions src/platform/baytrail/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ struct timer;
*/
#define DMA_TRACE_RESCHEDULE_TIME 100

/* DSP should be idle in this time frame */
#define PLATFORM_IDLE_TIME 750000

/* DSP default delay in cycles */
#define PLATFORM_DEFAULT_DELAY 12

Expand Down
3 changes: 0 additions & 3 deletions src/platform/cannonlake/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ struct timer;
*/
#define DMA_TRACE_RESCHEDULE_TIME 500

/* DSP should be idle in this time frame */
#define PLATFORM_IDLE_TIME 750000

/* DSP default delay in cycles */
#define PLATFORM_DEFAULT_DELAY 12

Expand Down
3 changes: 0 additions & 3 deletions src/platform/haswell/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ struct timer;
*/
#define DMA_TRACE_RESCHEDULE_TIME 100

/* DSP should be idle in this time frame */
#define PLATFORM_IDLE_TIME 750000

/* DSP default delay in cycles */
#define PLATFORM_DEFAULT_DELAY 12

Expand Down
3 changes: 0 additions & 3 deletions src/platform/icelake/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ struct timer;
*/
#define DMA_TRACE_RESCHEDULE_TIME 500

/* DSP should be idle in this time frame */
#define PLATFORM_IDLE_TIME 750000

/* DSP default delay in cycles */
#define PLATFORM_DEFAULT_DELAY 12

Expand Down
3 changes: 0 additions & 3 deletions src/platform/imx8/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ struct timer;
*/
#define DMA_TRACE_RESCHEDULE_TIME 100

/* DSP should be idle in this time frame */
#define PLATFORM_IDLE_TIME 750000

/* DSP default delay in cycles */
#define PLATFORM_DEFAULT_DELAY 12

Expand Down
3 changes: 0 additions & 3 deletions src/platform/suecreek/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ struct timer;
*/
#define DMA_TRACE_RESCHEDULE_TIME 500

/* DSP should be idle in this time frame */
#define PLATFORM_IDLE_TIME 750000

/* baud-rate used for uart port trace log */
#define PATFORM_TRACE_UART_BAUDRATE 115200

Expand Down
3 changes: 0 additions & 3 deletions src/platform/tigerlake/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ struct timer;
*/
#define DMA_TRACE_RESCHEDULE_TIME 500

/* DSP should be idle in this time frame */
#define PLATFORM_IDLE_TIME 750000

/* DSP default delay in cycles */
#define PLATFORM_DEFAULT_DELAY 12

Expand Down

0 comments on commit f3253eb

Please sign in to comment.