tracing/selftest: remove TRACE_CONT reference
Impact: build fix TRACE_CONT is gone - fix up the self-test too. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -9,7 +9,6 @@ static inline int trace_valid_entry(struct trace_entry *entry)
|
|||||||
case TRACE_FN:
|
case TRACE_FN:
|
||||||
case TRACE_CTX:
|
case TRACE_CTX:
|
||||||
case TRACE_WAKE:
|
case TRACE_WAKE:
|
||||||
case TRACE_CONT:
|
|
||||||
case TRACE_STACK:
|
case TRACE_STACK:
|
||||||
case TRACE_PRINT:
|
case TRACE_PRINT:
|
||||||
case TRACE_SPECIAL:
|
case TRACE_SPECIAL:
|
||||||
|
Reference in New Issue
Block a user